mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
e1b778434f
This fixes the test with Direct2D. Inaccurate values for font_matrix come from converting 6/60 into a float and then treating it as a double.
15 lines
448 B
XML
15 lines
448 B
XML
<!--
|
|
Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/licenses/publicdomain/
|
|
-->
|
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
|
|
|
|
<title>Reference for text scaling</title>
|
|
|
|
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=392233 -->
|
|
|
|
<text x="0" y="128" font-size="128">Hello</text>
|
|
<text x="0" y="256" font-size="128">Hello</text>
|
|
<text x="0" y="384" font-size="128">Hello</text>
|
|
</svg>
|