aboutsummaryrefslogtreecommitdiff
path: root/tests/data/svg
diff options
context:
space:
mode:
authorViatrix2026-03-11 07:36:02 -0700
committerViatrix2026-03-11 07:36:02 -0700
commit1896ef89104109adffcaeb87274abbfe6759c986 (patch)
tree68b0eacedcee1c5deb3310cc0a2e4ce54231e7c1 /tests/data/svg
parentf138950cbf5908fb75fbf1de17d41eb2bf28007e (diff)
`<text>` elements now working
Diffstat (limited to 'tests/data/svg')
-rw-r--r--tests/data/svg/text.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/svg/text.svg b/tests/data/svg/text.svg
index 6b0a130..2bdf01e 100644
--- a/tests/data/svg/text.svg
+++ b/tests/data/svg/text.svg
@@ -7,7 +7,7 @@
<ellipse cx="225" cy="50" rx="60" ry="30"/>
<text x="225" y="50" fill="#fff" text-anchor="middle" font-size="16">B</text>
</a>
- <a xlink:href="http://example.com/1">
+ <a xlink:href="http://example.com/3">
<ellipse cx="150" cy="150" rx="60" ry="30"/>
<text x="150" y="150" fill="#fff" text-anchor="middle" font-size="16">C</text>
</a>