aboutsummaryrefslogtreecommitdiff
path: root/tests/data/svg/text.svg
diff options
context:
space:
mode:
authorViatrix2026-03-11 06:12:19 -0700
committerViatrix2026-03-11 06:12:19 -0700
commitf138950cbf5908fb75fbf1de17d41eb2bf28007e (patch)
tree02a22e69c39d95a85b95b9972f6b1002ec02d495 /tests/data/svg/text.svg
Good a time as any for an initial commit
It sort-of works.
Diffstat (limited to 'tests/data/svg/text.svg')
-rw-r--r--tests/data/svg/text.svg14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/data/svg/text.svg b/tests/data/svg/text.svg
new file mode 100644
index 0000000..6b0a130
--- /dev/null
+++ b/tests/data/svg/text.svg
@@ -0,0 +1,14 @@
+<svg width="300" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <a xlink:href="http://example.com/1">
+ <ellipse cx="75" cy="50" rx="60" ry="30"/>
+ <text x="75" y="50" fill="#fff" text-anchor="middle" font-size="16">A</text>
+ </a>
+ <a xlink:href="http://example.com/2">
+ <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">
+ <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>
+</svg>