Adding Core 2021, Jumpstart, Double Masters, and SS Chandra

This commit is contained in:
Andrew Gioia 2020-06-17 23:20:30 -04:00
parent a4adb5b6ba
commit f05f6c9a9f
281 changed files with 54 additions and 14 deletions

View File

@ -11,6 +11,13 @@ All notable changes to this project will be documented in this file.
## Versions
### [3.6.6] 2020-06-17 Core 2021, Jumpstart, Double Masters, Signature Spellbook: Chandra
* **Added:** Long overdue, sorry! Core Set 2021 (M21) and Jumpstart symbols added ([#123](https://github.com/andrewgioia/Keyrune/issues/123))
* **Added:** Signature Spellbook: Chandra (SS3) set symbol ([#124](https://github.com/andrewgioia/Keyrune/issues/124))
* **Added:** Double Masters (2XM) set symbol added ([#121](https://github.com/andrewgioia/Keyrune/issues/121))
* **Fixed:** I had the symbol (a while ago) for Jumpstart as M21 oddly, that's now fixed
### [3.6.5] 2020-04-02 Unsanctioned
* **Added:** Unsanctioned (UND) set symbol added, traced from low-ish resolution image on Gatherer ([#112](https://github.com/andrewgioia/Keyrune/issues/112))

View File

@ -1,4 +1,4 @@
# Keyrune v3.6.5
# Keyrune v3.6.6
## The Magic: the Gathering set symbol font!

View File

@ -1,7 +1,7 @@
{
"name": "keyrune",
"homepage": "http://andrewgioia.github.io/Keyrune",
"version": "3.6.5",
"version": "3.6.6",
"authors": [
"Andrew Gioia <andrewgioia@gmail.com>"
],

View File

@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.6.5');
src: url('../fonts/keyrune.eot?#iefix&v=3.6.5') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.6.5') format('woff2'), url('../fonts/keyrune.woff?v=3.6.5') format('woff'), url('../fonts/keyrune.ttf?v=3.6.5') format('truetype'), url('../fonts/keyrune.svg?v=3.6.5#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.6.6');
src: url('../fonts/keyrune.eot?#iefix&v=3.6.6') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.6.6') format('woff2'), url('../fonts/keyrune.woff?v=3.6.6') format('woff'), url('../fonts/keyrune.ttf?v=3.6.6') format('truetype'), url('../fonts/keyrune.svg?v=3.6.6#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -640,6 +640,12 @@
.ss-mh1:before {
content: "\e95b";
}
.ss-2xm:before {
content: "\e96e";
}
.ss-jmp:before {
content: "\e96f";
}
/**
* Beginner */
.ss-por:before {
@ -789,6 +795,9 @@
.ss-ss2:before {
content: "\e95c";
}
.ss-ss3:before {
content: "\e96d";
}
/**
* Global Series */
.ss-gs1:before {

2
css/keyrune.min.css vendored

File diff suppressed because one or more lines are too long

BIN
fonts/keyrune.eot Executable file → Normal file

Binary file not shown.

9
fonts/keyrune.svg Executable file → Normal file

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 570 KiB

After

Width:  |  Height:  |  Size: 578 KiB

BIN
fonts/keyrune.ttf Executable file → Normal file

Binary file not shown.

BIN
fonts/keyrune.woff Executable file → Normal file

Binary file not shown.

BIN
fonts/keyrune.woff2 Executable file → Normal file

Binary file not shown.

View File

@ -203,6 +203,8 @@
.@{ss-prefix}-a25:before { content: "\e93d"; } // Masters 25
.@{ss-prefix}-uma:before { content: "\e958"; } // Ultimate Masters
.@{ss-prefix}-mh1:before { content: "\e95b"; } // Modern Horizons
.@{ss-prefix}-2xm:before { content: "\e96e"; } // Double Masters
.@{ss-prefix}-jmp:before { content: "\e96f"; } // Jumpstart
/**
* Beginner */
@ -270,6 +272,7 @@
.@{ss-prefix}-ss1:before { content: "\e944"; } // Jace
.@{ss-prefix}-ss2:before { content: "\e95c"; } // Gideon
.@{ss-prefix}-ss3:before { content: "\e96d"; } // Chandra
/**
* Global Series */

View File

@ -2,6 +2,6 @@
* Global */
@ss-font-path: '../fonts';
@ss-version: '3.6.5';
@ss-version: '3.6.6';
@ss-font-size-base: 14px;
@ss-prefix: ss;

View File

@ -1,7 +1,7 @@
{
"name": "keyrune",
"description": "Keyrune",
"version": "3.6.5",
"version": "3.6.6",
"author": {
"name": "Andrew Gioia",
"email": "andrewgioia@gmail.com",

View File

@ -1,7 +1,7 @@
/**
* Globals */
$keyrune_version: '3.6.5' !default;
$keyrune_version: '3.6.6' !default;
$keyrune_font_path: '../fonts' !default;
// font specific
@ -248,6 +248,8 @@ $keyrune_sets: (
("Masters 25", "a25", "\e93d"),
("Ultimate Masters", "uma", "\e958"),
("Modern Horizons", "mh1", "\e95b"),
("Double Masters", "2xm", "\e96e"),
("Jumpstart", "jmp", "\e96f"),
//
// Beginner
("Portal", "por", "\e664"),
@ -305,6 +307,7 @@ $keyrune_sets: (
// Signature Spellbook
("Jace", "ss1", "\e944"),
("Gideon", "ss2", "\e95c"),
("Chandra", "ss3", "\e96d"),
//
// Global Series
("Jiang Yanggu & Mu Yanling", "gs1", "\e945"),

0
svg/10e.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 774 B

After

Width:  |  Height:  |  Size: 774 B

0
svg/2ed.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

5
svg/2xm.svg Normal file
View File

@ -0,0 +1,5 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<title>2xm</title>
<path fill="#444" d="M0.078 16.486c0.136 0.163 0.277 0.306 0.425 0.477 0.625 0.729 1.417 1.35 2.185 1.922 0.683 0.483 1.416 0.917 2.224 1.151 0.732 0.191 1.5 0.212 2.249 0.123 0.565-0.047 1.131-0.104 1.682-0.241 0.287-0.064 0.572-0.155 0.868-0.164l0.007 0.002 1.623 1.59c-0.891 0.536-1.638 1.297-2.213 2.16-0.212 0.293-0.114 0.139-0.295 0.464-0.117 0.236-0.080 0.145-0.128 0.267-0.27 0.497-0.454 1.027-0.592 1.573-1.566-0.468-3.162-1.175-4.406-2.255-0.463-0.381-0.878-0.801-1.244-1.279-0.753-0.991-1.341-2.151-1.754-3.316-0.202-0.57-0.326-0.846-0.519-1.593-0.064-0.248-0.128-0.767-0.127-0.863l0.015-0.016zM31.922 16.486v0c-0.139 0.161-0.284 0.317-0.425 0.477-0.625 0.729-1.417 1.35-2.185 1.922-0.683 0.483-1.416 0.917-2.224 1.151-0.732 0.191-1.5 0.212-2.249 0.123-0.565-0.047-1.131-0.104-1.682-0.241-0.287-0.064-0.572-0.155-0.868-0.164l-0.007 0.002-1.623 1.59c0.891 0.536 1.638 1.297 2.213 2.16 0.212 0.293 0.113 0.139 0.295 0.464 0.117 0.236 0.080 0.145 0.128 0.267 0.27 0.497 0.454 1.027 0.592 1.573 1.566-0.468 3.162-1.175 4.406-2.255 0.463-0.381 0.878-0.801 1.244-1.279 0.753-0.991 1.341-2.151 1.754-3.316 0.202-0.57 0.326-0.846 0.519-1.593 0.064-0.248 0.128-0.767 0.127-0.863l-0.015-0.016zM16 12.028l4.462 3.972-4.462 3.972-4.462-3.972 4.462-3.972zM16.006 7.231l-0.072 0.028c-0.093 0.048-0.172 0.119-0.241 0.2-1.023 1.085-2.107 2.11-3.127 3.198-0.995 1.072-2.14 1.987-3.26 2.923-0.807 0.685-1.618 1.367-2.469 1.999-0.102 0.1-0.295 0.195-0.248 0.366 0.241 0.288 0.579 0.473 0.859 0.721 0.998 0.81 2.008 1.606 2.964 2.466 0.915 0.895 1.816 1.804 2.701 2.728 0.844 0.898 1.742 1.743 2.582 2.643 0.077 0.071 0.179 0.203 0.286 0.228 0.133 0 0.232-0.147 0.323-0.228 0.841-0.9 1.738-1.746 2.582-2.643 0.885-0.924 1.786-1.833 2.701-2.728 0.956-0.86 1.966-1.657 2.965-2.466 0.28-0.248 0.617-0.433 0.858-0.721 0.047-0.171-0.146-0.266-0.248-0.366-0.851-0.632-1.662-1.313-2.469-1.999-1.12-0.936-2.265-1.852-3.26-2.923-1.019-1.089-2.104-2.114-3.127-3.198-0.070-0.081-0.151-0.164-0.244-0.212l-0.057-0.016zM8.113 6.192c-1.566 0.468-3.162 1.175-4.406 2.255-0.463 0.381-0.878 0.801-1.244 1.28-0.753 0.991-1.341 2.151-1.754 3.316-0.202 0.57-0.326 0.846-0.519 1.593-0.064 0.248-0.128 0.767-0.127 0.863l0.015 0.016c0.136-0.164 0.277-0.306 0.425-0.477 0.625-0.729 1.417-1.35 2.185-1.922 0.683-0.483 1.416-0.917 2.224-1.151 0.732-0.191 1.5-0.212 2.249-0.123 0.565 0.047 1.131 0.104 1.682 0.241 0.226 0.054 0.455 0.117 0.685 0.147l1.777-1.597c-0.874-0.545-1.607-1.28-2.177-2.138-0.212-0.293-0.114-0.139-0.295-0.464-0.117-0.236-0.080-0.145-0.128-0.267-0.27-0.497-0.454-1.027-0.592-1.573zM23.887 6.192c-0.137 0.546-0.322 1.077-0.592 1.573-0.048 0.122-0.011 0.031-0.128 0.267-0.181 0.325-0.082 0.171-0.295 0.464-0.589 0.839-1.285 1.607-2.175 2.136l1.779 1.598c0.231-0.021 0.454-0.1 0.681-0.147 0.551-0.137 1.117-0.194 1.682-0.241 0.749-0.089 1.517-0.068 2.249 0.123 0.808 0.234 1.54 0.668 2.224 1.151 0.768 0.573 1.56 1.194 2.185 1.922 0.148 0.17 0.29 0.313 0.425 0.477l0.015-0.016c0.001-0.095-0.064-0.614-0.127-0.863-0.192-0.748-0.317-1.024-0.519-1.593-0.413-1.166-1.002-2.325-1.754-3.316-0.366-0.478-0.781-0.899-1.244-1.28-1.245-1.080-2.841-1.787-4.406-2.255z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

0
svg/3ed.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

0
svg/4ed.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 367 B

After

Width:  |  Height:  |  Size: 367 B

0
svg/5dn.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
svg/5ed.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 337 B

After

Width:  |  Height:  |  Size: 337 B

0
svg/6ed.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 370 B

After

Width:  |  Height:  |  Size: 370 B

0
svg/7ed.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
svg/8ed.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

0
svg/9ed.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

0
svg/a25.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

0
svg/aer.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

0
svg/akh.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 850 B

After

Width:  |  Height:  |  Size: 850 B

0
svg/ala.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 556 B

After

Width:  |  Height:  |  Size: 556 B

0
svg/all.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
svg/apc.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 878 B

After

Width:  |  Height:  |  Size: 878 B

0
svg/arb.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 612 B

After

Width:  |  Height:  |  Size: 612 B

0
svg/arc.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 596 B

After

Width:  |  Height:  |  Size: 596 B

0
svg/arn.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

0
svg/ath.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 687 B

After

Width:  |  Height:  |  Size: 687 B

0
svg/atq.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 840 B

After

Width:  |  Height:  |  Size: 840 B

0
svg/avr.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 654 B

After

Width:  |  Height:  |  Size: 654 B

0
svg/azorius.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

0
svg/bbd.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 809 B

After

Width:  |  Height:  |  Size: 809 B

0
svg/bcore.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
svg/bfz.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 816 B

After

Width:  |  Height:  |  Size: 816 B

0
svg/bng.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 755 B

After

Width:  |  Height:  |  Size: 755 B

0
svg/bok.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 787 B

After

Width:  |  Height:  |  Size: 787 B

0
svg/boros.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

0
svg/brb.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 915 B

After

Width:  |  Height:  |  Size: 915 B

0
svg/btd.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 600 B

After

Width:  |  Height:  |  Size: 600 B

0
svg/c13.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 761 B

After

Width:  |  Height:  |  Size: 761 B

0
svg/c14.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 579 B

After

Width:  |  Height:  |  Size: 579 B

0
svg/c15.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1023 B

After

Width:  |  Height:  |  Size: 1023 B

0
svg/c16.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
svg/c17.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
svg/c18.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 657 B

After

Width:  |  Height:  |  Size: 657 B

0
svg/c19.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

0
svg/c20.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

0
svg/cc1.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

0
svg/chk.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 831 B

After

Width:  |  Height:  |  Size: 831 B

0
svg/chr.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
svg/cm1.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 447 B

After

Width:  |  Height:  |  Size: 447 B

0
svg/cm2.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
svg/cma.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

0
svg/cmd.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 431 B

After

Width:  |  Height:  |  Size: 431 B

0
svg/cmr.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

0
svg/cn2.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

0
svg/cns.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 889 B

After

Width:  |  Height:  |  Size: 889 B

0
svg/con.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
svg/csp.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 490 B

After

Width:  |  Height:  |  Size: 490 B

0
svg/dd2.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 568 B

After

Width:  |  Height:  |  Size: 568 B

0
svg/ddc.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 876 B

After

Width:  |  Height:  |  Size: 876 B

0
svg/ddd.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
svg/dde.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

0
svg/ddf.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 409 B

After

Width:  |  Height:  |  Size: 409 B

0
svg/ddg.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 832 B

After

Width:  |  Height:  |  Size: 832 B

0
svg/ddh.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

0
svg/ddi.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 502 B

After

Width:  |  Height:  |  Size: 502 B

0
svg/ddj.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

0
svg/ddk.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

0
svg/ddl.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 796 B

After

Width:  |  Height:  |  Size: 796 B

0
svg/ddm.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

0
svg/ddn.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
svg/ddo.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

0
svg/ddp.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
svg/ddq.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
svg/ddr.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

0
svg/dds.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
svg/ddt.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

0
svg/ddu.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

0
svg/dgm.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 722 B

After

Width:  |  Height:  |  Size: 722 B

0
svg/dimir.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

0
svg/dis.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
svg/dka.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 609 B

After

Width:  |  Height:  |  Size: 609 B

0
svg/dkm.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
svg/dom.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

0
svg/dpa.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

0
svg/drb.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 957 B

After

Width:  |  Height:  |  Size: 957 B

0
svg/drk.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 453 B

After

Width:  |  Height:  |  Size: 453 B

0
svg/dst.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
svg/dtk.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

0
svg/e01.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
svg/e02.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

0
svg/eld.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Some files were not shown because too many files have changed in this diff Show More