summaryrefslogtreecommitdiff
path: root/rsvg/tests/fixtures/reftests/bugs/bug245-negative-dashoffset.svg
diff options
context:
space:
mode:
Diffstat (limited to 'rsvg/tests/fixtures/reftests/bugs/bug245-negative-dashoffset.svg')
-rw-r--r--rsvg/tests/fixtures/reftests/bugs/bug245-negative-dashoffset.svg4
1 files changed, 4 insertions, 0 deletions
diff --git a/rsvg/tests/fixtures/reftests/bugs/bug245-negative-dashoffset.svg b/rsvg/tests/fixtures/reftests/bugs/bug245-negative-dashoffset.svg
new file mode 100644
index 00000000..48cdaf17
--- /dev/null
+++ b/rsvg/tests/fixtures/reftests/bugs/bug245-negative-dashoffset.svg
@@ -0,0 +1,4 @@
+<?xml version="1.0"?>
+<svg width="100" height="20" viewBox="0 0 100 20" version="1.1" xmlns="http://www.w3.org/2000/svg">
+ <line stroke="#000" stroke-width="5" stroke-dasharray="20, 4" stroke-dashoffset="-5" x1="10" y1="10" x2="90" y2="10" />
+</svg>