1
0
Fork 0
firefox/layout/reftests/svg/text/textpath-transform-zoom.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

9 lines
409 B
HTML

<!doctype html>
<html reftest-zoom="2">
<style>body { margin: 0 }</style>
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path id="guide" d="M 0 100 H 200" stroke="black" stroke-width="2" transform="translate(10, 0)" />
<text x="0" y="0">
<textPath xlink:href="#guide" font-size="20">XXXX</textPath>
</text>
</svg>