summaryrefslogtreecommitdiff
path: root/tests/fixtures/render-crash/bug721-pattern-cycle-from-child.svg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures/render-crash/bug721-pattern-cycle-from-child.svg')
-rw-r--r--tests/fixtures/render-crash/bug721-pattern-cycle-from-child.svg7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/fixtures/render-crash/bug721-pattern-cycle-from-child.svg b/tests/fixtures/render-crash/bug721-pattern-cycle-from-child.svg
new file mode 100644
index 00000000..51205148
--- /dev/null
+++ b/tests/fixtures/render-crash/bug721-pattern-cycle-from-child.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
+ <pattern id="p1" width="100%" height="100%">
+ <rect width="100" height="100" fill="url(#p1)"/>
+ </pattern>
+
+ <rect width="100" height="100" fill="url(#p1)"/>
+</svg>