summaryrefslogtreecommitdiff
path: root/rsvg_convert/tests/fixtures/text-a-link.svg
diff options
context:
space:
mode:
Diffstat (limited to 'rsvg_convert/tests/fixtures/text-a-link.svg')
-rw-r--r--rsvg_convert/tests/fixtures/text-a-link.svg14
1 files changed, 14 insertions, 0 deletions
diff --git a/rsvg_convert/tests/fixtures/text-a-link.svg b/rsvg_convert/tests/fixtures/text-a-link.svg
new file mode 100644
index 00000000..d205c768
--- /dev/null
+++ b/rsvg_convert/tests/fixtures/text-a-link.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg">
+ <text x="100" y="100">
+ <a href="https://example.com">
+ This is a link to example.com
+ </a>
+
+ <tspan x="100" dy="2em">
+ <a href="https://another.example.com">
+ This is a link to another.example.com
+ </a>
+ </tspan>
+ </text>
+</svg>