mirror of
				https://github.com/andrewgioia/keyrune.git
				synced 2025-11-03 23:50:45 +00:00 
			
		
		
		
	Changes xren and xrin to ren and rin, maintains backwards compatibility, updates docs with new version
This commit is contained in:
		
							parent
							
								
									f9f2a45ee2
								
							
						
					
					
						commit
						d2f48884ae
					
				@ -21,6 +21,10 @@ All notable changes to this project will be documented in this file.
 | 
				
			|||||||
* Aetherdrift Commander (DRC) set symbol with inner and border glyphs ([#251](https://github.com/andrewgioia/keyrune/issues/251))
 | 
					* Aetherdrift Commander (DRC) set symbol with inner and border glyphs ([#251](https://github.com/andrewgioia/keyrune/issues/251))
 | 
				
			||||||
* SVGs are now up to date and the improper scale of DSK and MB2 is corrected ([#260](https://github.com/andrewgioia/keyrune/issues/260))
 | 
					* SVGs are now up to date and the improper scale of DSK and MB2 is corrected ([#260](https://github.com/andrewgioia/keyrune/issues/260))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#### Changed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* REN and RIN are now added as set codes and class names for Renaissance and Rinascimento, respectively. Previously these were `xren` and `xrin`, which are maintained for backwards compatibility, but they now have the "official" MTGJSON/Scryfall codes.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### Fixed
 | 
					#### Fixed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Re-adds support for text-stroke borders by default, and manual glyph borders as an override on specific symbols. Note that .ss-border is not working well when .ss-grad is also applied, due to the way that the gradient has to be applied to the glyph (via text-clip).
 | 
					* Re-adds support for text-stroke borders by default, and manual glyph borders as an override on specific symbols. Note that .ss-border is not working well when .ss-grad is also applied, due to the way that the gradient has to be applied to the glyph (via text-clip).
 | 
				
			||||||
 | 
				
			|||||||
@ -866,9 +866,11 @@
 | 
				
			|||||||
.ss-mm3:before {
 | 
					.ss-mm3:before {
 | 
				
			||||||
  content: "\e912";
 | 
					  content: "\e912";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					.ss-ren:before,
 | 
				
			||||||
.ss-xren:before {
 | 
					.ss-xren:before {
 | 
				
			||||||
  content: "\e917";
 | 
					  content: "\e917";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					.ss-rin:before,
 | 
				
			||||||
.ss-xrin:before {
 | 
					.ss-xrin:before {
 | 
				
			||||||
  content: "\e918";
 | 
					  content: "\e918";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								css/keyrune.min.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								css/keyrune.min.css
									
									
									
									
										vendored
									
									
								
							@ -866,9 +866,11 @@
 | 
				
			|||||||
.ss-mm3:before {
 | 
					.ss-mm3:before {
 | 
				
			||||||
  content: "\e912";
 | 
					  content: "\e912";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					.ss-ren:before,
 | 
				
			||||||
.ss-xren:before {
 | 
					.ss-xren:before {
 | 
				
			||||||
  content: "\e917";
 | 
					  content: "\e917";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					.ss-rin:before,
 | 
				
			||||||
.ss-xrin:before {
 | 
					.ss-xrin:before {
 | 
				
			||||||
  content: "\e918";
 | 
					  content: "\e918";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								docs/assets/keyrune.min.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								docs/assets/keyrune.min.css
									
									
									
									
										vendored
									
									
								
							@ -866,9 +866,11 @@
 | 
				
			|||||||
.ss-mm3:before {
 | 
					.ss-mm3:before {
 | 
				
			||||||
  content: "\e912";
 | 
					  content: "\e912";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					.ss-ren:before,
 | 
				
			||||||
.ss-xren:before {
 | 
					.ss-xren:before {
 | 
				
			||||||
  content: "\e917";
 | 
					  content: "\e917";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					.ss-rin:before,
 | 
				
			||||||
.ss-xrin:before {
 | 
					.ss-xrin:before {
 | 
				
			||||||
  content: "\e918";
 | 
					  content: "\e918";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -294,10 +294,10 @@
 | 
				
			|||||||
                    <span class="utf"><i></i> ss-ptg <code>&#xe965;</code></span>
 | 
					                    <span class="utf"><i></i> ss-ptg <code>&#xe965;</code></span>
 | 
				
			||||||
                    <span class="utf"><i></i> ss-ptk <code>&#xe666;</code></span>
 | 
					                    <span class="utf"><i></i> ss-ptk <code>&#xe666;</code></span>
 | 
				
			||||||
                    <span class="utf"><i></i> ss-rav <code>&#xe637;</code></span>
 | 
					                    <span class="utf"><i></i> ss-rav <code>&#xe637;</code></span>
 | 
				
			||||||
 | 
					                    <span class="utf"><i></i> ss-ren <code>&#xe917;</code></span>
 | 
				
			||||||
                    <span class="utf"><i></i> ss-rex <code>&#xe9c4;</code></span>
 | 
					                    <span class="utf"><i></i> ss-rex <code>&#xe9c4;</code></span>
 | 
				
			||||||
 | 
					                    <span class="utf"><i></i> ss-rin <code>&#xe918;</code></span>
 | 
				
			||||||
                    <span class="utf"><i></i> ss-rix <code>&#xe92f;</code></span>
 | 
					                    <span class="utf"><i></i> ss-rix <code>&#xe92f;</code></span>
 | 
				
			||||||
                    <span class="utf"><i></i> ss-xren <code>&#xe917;</code></span>
 | 
					 | 
				
			||||||
                    <span class="utf"><i></i> ss-xrin <code>&#xe918;</code></span>
 | 
					 | 
				
			||||||
                    <span class="utf"><i></i> ss-rna <code>&#xe959;</code></span>
 | 
					                    <span class="utf"><i></i> ss-rna <code>&#xe959;</code></span>
 | 
				
			||||||
                    <span class="utf"><i></i> ss-roe <code>&#xe646;</code></span>
 | 
					                    <span class="utf"><i></i> ss-roe <code>&#xe646;</code></span>
 | 
				
			||||||
                    <span class="utf"><i></i> ss-rtr <code>&#xe64d;</code></span>
 | 
					                    <span class="utf"><i></i> ss-rtr <code>&#xe64d;</code></span>
 | 
				
			||||||
 | 
				
			|||||||
@ -37,7 +37,7 @@
 | 
				
			|||||||
                <i class="ss ss-pmtg2"></i>
 | 
					                <i class="ss ss-pmtg2"></i>
 | 
				
			||||||
                Download
 | 
					                Download
 | 
				
			||||||
            </a>
 | 
					            </a>
 | 
				
			||||||
            <h2 class="sub">Complete 356 Magic set symbol font icons</h2>
 | 
					            <h2 class="sub">Complete 359 Magic set symbol font icons</h2>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </header>
 | 
					    </header>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -45,7 +45,7 @@
 | 
				
			|||||||
        <div class="wrapper">
 | 
					        <div class="wrapper">
 | 
				
			||||||
            <section>
 | 
					            <section>
 | 
				
			||||||
                <h3>
 | 
					                <h3>
 | 
				
			||||||
                    View the full list of 356 set and expansion symbols below, for all sets and special edition products up to <strong>Wilds of Eldraine</strong>. To use the symbols on your desktop or just get the vectors, check out the <a href="cheatsheet.html">Cheatsheet</a>.
 | 
					                    View the full list of 359 set and expansion symbols below, for all sets and special edition products up to <strong>Wilds of Eldraine</strong>. To use the symbols on your desktop or just get the vectors, check out the <a href="cheatsheet.html">Cheatsheet</a>.
 | 
				
			||||||
                </h3>
 | 
					                </h3>
 | 
				
			||||||
                <p style="margin: -15px 0 25px;">
 | 
					                <p style="margin: -15px 0 25px;">
 | 
				
			||||||
                    <strong>Note:</strong> you can now link directly to a preview of each symbol's by adding the symbol code at the end of the url like this: <a href="https://keyrune.andrewgioia.com/icons.html?icon=ody">https://keyrune.andrewgioia.com/icons.html?icon=ody</a>.
 | 
					                    <strong>Note:</strong> you can now link directly to a preview of each symbol's by adding the symbol code at the end of the url like this: <a href="https://keyrune.andrewgioia.com/icons.html?icon=ody">https://keyrune.andrewgioia.com/icons.html?icon=ody</a>.
 | 
				
			||||||
@ -657,11 +657,11 @@
 | 
				
			|||||||
                    <div class="icon" id="mm3" name="Modern Masters 2017" data-name="Modern Masters 2017" data-class="mm3" data-unicode="e912" data-added="v1.7.0">
 | 
					                    <div class="icon" id="mm3" name="Modern Masters 2017" data-name="Modern Masters 2017" data-class="mm3" data-unicode="e912" data-added="v1.7.0">
 | 
				
			||||||
                        <span class="name"><i class="ss ss-mm3"></i> Modern Masters 2017 <em>(mm3)</em></span>
 | 
					                        <span class="name"><i class="ss ss-mm3"></i> Modern Masters 2017 <em>(mm3)</em></span>
 | 
				
			||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
                    <div class="icon" id="xren" name="Renaissance" data-name="Renaissance" data-class="xren" data-unicode="e917" data-added="v2.1.0">
 | 
					                    <div class="icon" id="ren" name="Renaissance" data-name="Renaissance" data-class="ren" data-unicode="e917" data-added="v2.1.0">
 | 
				
			||||||
                        <span class="name"><i class="ss ss-xren"></i> Renaissance <em>(xren)</em></span>
 | 
					                        <span class="name"><i class="ss ss-ren"></i> Renaissance <em>(ren)</em></span>
 | 
				
			||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
                    <div class="icon" id="xrin" name="Rinascimento" data-name="Rinascimento" data-class="xrin" data-unicode="e918" data-added="v2.1.0">
 | 
					                    <div class="icon" id="rin" name="Rinascimento" data-name="Rinascimento" data-class="rin" data-unicode="e918" data-added="v2.1.0">
 | 
				
			||||||
                        <span class="name"><i class="ss ss-xrin"></i> Rinascimento <em>(xrin)</em></span>
 | 
					                        <span class="name"><i class="ss ss-rin"></i> Rinascimento <em>(rin)</em></span>
 | 
				
			||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
                    <div class="icon" id="ima" name="Iconic Masters" data-name="Iconic Masters" data-class="ima" data-unicode="e935" data-added="v3.1.4">
 | 
					                    <div class="icon" id="ima" name="Iconic Masters" data-name="Iconic Masters" data-class="ima" data-unicode="e935" data-added="v3.1.4">
 | 
				
			||||||
                        <span class="name"><i class="ss ss-ima"></i> Iconic Masters <em>(ima)</em></span>
 | 
					                        <span class="name"><i class="ss ss-ima"></i> Iconic Masters <em>(ima)</em></span>
 | 
				
			||||||
 | 
				
			|||||||
@ -43,7 +43,7 @@
 | 
				
			|||||||
                </a>
 | 
					                </a>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
            <p>
 | 
					            <p>
 | 
				
			||||||
                Current version 3.16.0 includes all sets to Aetherdrift.
 | 
					                Current version 3.16.1 includes all sets to Aetherdrift.
 | 
				
			||||||
            </p>
 | 
					            </p>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </header>
 | 
					    </header>
 | 
				
			||||||
 | 
				
			|||||||
@ -252,7 +252,9 @@
 | 
				
			|||||||
.@{ss-prefix}-mm2:before { content: "\e695"; } // Modern Masters 2015
 | 
					.@{ss-prefix}-mm2:before { content: "\e695"; } // Modern Masters 2015
 | 
				
			||||||
.@{ss-prefix}-ema:before { content: "\e903"; } // Eternal Masters
 | 
					.@{ss-prefix}-ema:before { content: "\e903"; } // Eternal Masters
 | 
				
			||||||
.@{ss-prefix}-mm3:before { content: "\e912"; } // Modern Masters 2017
 | 
					.@{ss-prefix}-mm3:before { content: "\e912"; } // Modern Masters 2017
 | 
				
			||||||
 | 
					.@{ss-prefix}-ren:before,
 | 
				
			||||||
.@{ss-prefix}-xren:before { content: "\e917"; } // Renaissance
 | 
					.@{ss-prefix}-xren:before { content: "\e917"; } // Renaissance
 | 
				
			||||||
 | 
					.@{ss-prefix}-rin:before,
 | 
				
			||||||
.@{ss-prefix}-xrin:before { content: "\e918"; } // Rinascimento
 | 
					.@{ss-prefix}-xrin:before { content: "\e918"; } // Rinascimento
 | 
				
			||||||
.@{ss-prefix}-ima:before { content: "\e935"; } // Iconic Masters
 | 
					.@{ss-prefix}-ima:before { content: "\e935"; } // Iconic Masters
 | 
				
			||||||
.@{ss-prefix}-a25:before { content: "\e93d"; } // Masters 25
 | 
					.@{ss-prefix}-a25:before { content: "\e93d"; } // Masters 25
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user