summaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2016-10-26 16:12:32 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2016-10-26 16:12:32 +0100
commitf854f48b7e9a5726a0e6d888a9e72de15d1888ec (patch)
tree4553e42e8ed6214c5ffe1eb52db9f63efca093d6 /test/data
parent4d485643c1a8a36f3127593e992bae197e70048f (diff)
downloadlibsvgtiny-f854f48b7e9a5726a0e6d888a9e72de15d1888ec.tar.gz
libsvgtiny-f854f48b7e9a5726a0e6d888a9e72de15d1888ec.tar.bz2
Test data: Move file to correct place.
Diffstat (limited to 'test/data')
-rw-r--r--test/data/bad-grad.svg10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/data/bad-grad.svg b/test/data/bad-grad.svg
new file mode 100644
index 0000000..4a3d26d
--- /dev/null
+++ b/test/data/bad-grad.svg
@@ -0,0 +1,10 @@
+<svg viewBox="0 0 100 100" version="1.1" xmlns="http://www.w3.org/2000/svg">
+ <defs>
+ <linearGradient id="foo">
+ <stop stop-color="#69f" offset="0"/>
+ <stop stop-color="#468" offset="1"/>
+ </linearGradient>
+ </defs>
+ <path fill="url(#foo)" stroke='url(#bar)' d='M10 10 H 90 V 90 H 10 Z' />
+</svg>
+