Gitweb links:

...log 
http://git.netsurf-browser.org/libsvgtiny.git/shortlog/f854f48b7e9a5726a0e6d888a9e72de15d1888ec
...commit 
http://git.netsurf-browser.org/libsvgtiny.git/commit/f854f48b7e9a5726a0e6d888a9e72de15d1888ec
...tree 
http://git.netsurf-browser.org/libsvgtiny.git/tree/f854f48b7e9a5726a0e6d888a9e72de15d1888ec

The branch, master has been updated
       via  f854f48b7e9a5726a0e6d888a9e72de15d1888ec (commit)
      from  4d485643c1a8a36f3127593e992bae197e70048f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/libsvgtiny.git/commit/?id=f854f48b7e9a5726a0e6d888a9e72de15d1888ec
commit f854f48b7e9a5726a0e6d888a9e72de15d1888ec
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Test data: Move file to correct place.

diff --git a/bad-grad.svg b/bad-grad.svg
deleted file mode 100644
index 4a3d26d..0000000
--- a/bad-grad.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-<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>
-
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>
+


-----------------------------------------------------------------------

Summary of changes:
 bad-grad.svg => test/data/bad-grad.svg |    0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename bad-grad.svg => test/data/bad-grad.svg (100%)

diff --git a/bad-grad.svg b/test/data/bad-grad.svg
similarity index 100%
rename from bad-grad.svg
rename to test/data/bad-grad.svg


-- 
NetSurf SVG decoder

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to