Gitweb links:

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

The branch, tlsa/fix-gradients has been updated
       via  2ec1f74153c4a53252bdeee55e0fde14706ca598 (commit)
      from  1d2996a366f1b34ff114319087cf1989c96dc398 (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=2ec1f74153c4a53252bdeee55e0fde14706ca598
commit 2ec1f74153c4a53252bdeee55e0fde14706ca598
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Test data: Add SVG with missing stroke gradient definition.

diff --git a/bad-grad.svg b/bad-grad.svg
new file mode 100644
index 0000000..4a3d26d
--- /dev/null
+++ b/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 |   10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 bad-grad.svg

diff --git a/bad-grad.svg b/bad-grad.svg
new file mode 100644
index 0000000..4a3d26d
--- /dev/null
+++ b/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>
+


-- 
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