mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 794347 - Tweak text-layout-01.svg to avoid rounding issue when pixel snapping. r=longsonr
This commit is contained in:
parent
4790e5734f
commit
5c7e90e7e0
@ -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 |
@ -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 |
Loading…
Reference in New Issue
Block a user