Last active
September 23, 2022 15:19
-
-
Save ctrlcctrlv/a985bd9fdf31ecc7e414ab29d49576ae to your computer and use it in GitHub Desktop.
`svgo` cleanupIDs bug example files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- working.svg 2022-09-23 11:12:32.313067003 -0400 | |
| +++ broken.svg 2022-09-23 11:10:41.747319037 -0400 | |
| @@ -5,7 +5,7 @@ | |
| viewBox="0 0 656.24996 408.75002" | |
| version="1.1" | |
| id="svg1076" | |
| - sodipodi:docname="working.svg" | |
| + sodipodi:docname="broken.svg" | |
| inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" | |
| xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | |
| xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | |
| @@ -916,7 +916,7 @@ | |
| height="100%" | |
| style="fill:#000000;fill-opacity:1" /> | |
| <use | |
| - xlink:href="#カラム名" | |
| + xlink:href="#%E3%82%AB%E3%83%A9%E3%83%A0%E5%90%8D" | |
| id="use17354" | |
| x="241" | |
| y="123.4" | |
| @@ -1269,7 +1269,7 @@ | |
| style="display:inline" | |
| transform="translate(123)" /> | |
| <use | |
| - xlink:href="#カラム名" | |
| + xlink:href="#%E3%82%AB%E3%83%A9%E3%83%A0%E5%90%8D" | |
| id="use17354-9" | |
| width="100%" | |
| height="100%" | |
| @@ -1277,7 +1277,7 @@ | |
| y="268" | |
| style="display:inline" /> | |
| <use | |
| - xlink:href="#カラム名" | |
| + xlink:href="#%E3%82%AB%E3%83%A9%E3%83%A0%E5%90%8D" | |
| id="use34002" | |
| width="100%" | |
| height="100%" | |
| @@ -1285,14 +1285,14 @@ | |
| y="184.5" | |
| style="display:inline" /> | |
| <use | |
| - xlink:href="#人口" | |
| + xlink:href="#%E4%BA%BA%E5%8F%A3" | |
| id="use131574" | |
| x="0" | |
| y="0" | |
| width="100%" | |
| height="100%" /> | |
| <use | |
| - xlink:href="#人口" | |
| + xlink:href="#%E4%BA%BA%E5%8F%A3" | |
| id="use131574-9" | |
| x="0" | |
| y="0" | |
| @@ -1301,21 +1301,21 @@ | |
| style="display:inline" | |
| transform="translate(128.1785,-0.1446228)" /> | |
| <use | |
| - xlink:href="#SQLクエリ" | |
| + xlink:href="#SQL%E3%82%AF%E3%82%A8%E3%83%AA" | |
| id="use28662" | |
| x="0" | |
| y="0" | |
| width="100%" | |
| height="100%" /> | |
| <use | |
| - xlink:href="#直値" | |
| + xlink:href="#%E7%9B%B4%E5%80%A4" | |
| id="use40554" | |
| x="0" | |
| y="0" | |
| width="100%" | |
| height="100%" /> | |
| <use | |
| - xlink:href="#直値" | |
| + xlink:href="#%E7%9B%B4%E5%80%A4" | |
| id="use40554-3" | |
| style="display:inline" | |
| x="0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment