1
0
mirror of https://github.com/KanjiVG/kanjivg.git synced 2026-03-29 03:14:01 +02:00

Remove space from transform attribute

This is the only transform attribute in KanjiVG which contains a space before the closing parenthesis.
This commit is contained in:
Stephen Kraus
2025-10-13 14:01:09 -05:00
committed by GitHub
parent 1f086fdc67
commit 1bd8bb19f0

View File

@@ -71,7 +71,7 @@ kvg:type CDATA #IMPLIED >
<text transform="matrix(1 0 0 1 16.50 13.50)">2</text>
<text transform="matrix(1 0 0 1 3.25 70.50)">3</text>
<text transform="matrix(1 0 0 1 44.71 20.12)">4</text>
<text transform="matrix(1 0 0 1 75 19.48 )">5</text>
<text transform="matrix(1 0 0 1 75 19.48)">5</text>
<text transform="matrix(1 0 0 1 52.2 32.50)">6</text>
<text transform="matrix(1 0 0 1 38.50 46.50)">7</text>
<text transform="matrix(1 0 0 1 58.50 13.60)">8</text>