aboutsummaryrefslogtreecommitdiff
path: root/tests/data/svg
diff options
context:
space:
mode:
authorViatrix2026-03-12 20:28:27 -0700
committerViatrix2026-03-12 22:52:59 -0700
commitd79da3d0f945729ccba28b477fb2035e91041460 (patch)
tree60716d0288aee14fef0ac2dd3cd97ef332320554 /tests/data/svg
parentc29ac06954bf29f25c64f1f658d20b4e2a28d19e (diff)
Links going out of bounds now get cropped.
Diffstat (limited to 'tests/data/svg')
-rw-r--r--tests/data/svg/oob.svg5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/data/svg/oob.svg b/tests/data/svg/oob.svg
new file mode 100644
index 0000000..d46ee63
--- /dev/null
+++ b/tests/data/svg/oob.svg
@@ -0,0 +1,5 @@
+<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <a xlink:href="http://example.com">
+ <polyline points="50,25 75,75 -25,75"/>
+ </a>
+</svg>