Bug 794347 - Tweak text-layout-01.svg to avoid rounding issue when pixel snapping. r=longsonr

This commit is contained in:
Cameron McCormack 2012-09-26 18:11:30 +10:00
parent 4790e5734f
commit 5c7e90e7e0
2 changed files with 2 additions and 2 deletions

View File

@ -38,5 +38,5 @@
<text x="220" y="200">T ST8</text>
<g transform="translate(150,100)rotate(90) "><text>A</text></g>
<g transform="translate(150,100)rotate(45)"><text>A</text></g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -32,5 +32,5 @@
<text><textPath xlink:href="#h3"><tspan dx="0,1000,-1000">TES</tspan>T8</textPath></text>
<text x="150" y="100" rotate="90">A</text>
<text x="150" y="100" rotate="45">A</text>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB