aboutsummaryrefslogtreecommitdiff
path: root/tests/data/svg/fillstroke.svg
diff options
context:
space:
mode:
authorViatrix2026-03-12 14:46:44 -0700
committerViatrix2026-03-12 14:46:44 -0700
commite475a7d88c9cc4128852a431dfe1977e426e4efc (patch)
tree4f9dc4aec034a8f38489d942b53bbccfe38d9b28 /tests/data/svg/fillstroke.svg
parent318a84508163ad786f12ee72d01b1b15d3295f73 (diff)
Objects with both fill and stroke now work
Diffstat (limited to 'tests/data/svg/fillstroke.svg')
-rw-r--r--tests/data/svg/fillstroke.svg6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/svg/fillstroke.svg b/tests/data/svg/fillstroke.svg
new file mode 100644
index 0000000..70911c3
--- /dev/null
+++ b/tests/data/svg/fillstroke.svg
@@ -0,0 +1,6 @@
+<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <!-- Transparent areas of the image should remain part of the link. -->
+ <a xlink:href="http://example.com">
+ <rect x="25" y="25" width="50" height="50" fill="red" stroke="blue" stroke-width="10" stroke-linejoin="round"/>
+ </a>
+</svg>