mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
b423e77002
--HG-- extra : rebase_source : c4c139693bb5d3b9086f7571dc3363c1c8b27ed5
12 lines
401 B
XML
12 lines
401 B
XML
<!--
|
|
Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/publicdomain/zero/1.0/
|
|
-->
|
|
<svg xmlns="http://www.w3.org/2000/svg" reftest-zoom="2"
|
|
width="50%" height="50%">
|
|
<title>Test stroke-dasharray with text and zooming</title>
|
|
<g fill="none" stroke-width="1" stroke="black" stroke-dasharray="10">
|
|
<text font-size="50" x="50" y="50">|</text>
|
|
</g>
|
|
</svg>
|