Gitweb links:

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

The branch, master has been updated
       via  28ef4f0a47dcb9e257ce3b6f088d3ae09d65c2b5 (commit)
      from  a2f58f7c8b0491fee6abd99ed19beae87887299c (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=28ef4f0a47dcb9e257ce3b6f088d3ae09d65c2b5
commit 28ef4f0a47dcb9e257ce3b6f088d3ae09d65c2b5
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    add polyline test case with floating point colour percentages

diff --git a/test/data/polyline.svg b/test/data/polyline.svg
new file mode 100644
index 0000000..2f37e44
--- /dev/null
+++ b/test/data/polyline.svg
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<svg width="120" height="120" 
+     viewPort="0 0 120 120" version="1.1"
+     xmlns="http://www.w3.org/2000/svg";>
+
+    <polyline fill="none" stroke="rgb(50.5%,10.8%,100.0%)"
+              points="20,100 40,60 70,80 100,20"/>
+
+</svg>


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

Summary of changes:
 test/data/polyline.svg |    9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 test/data/polyline.svg

diff --git a/test/data/polyline.svg b/test/data/polyline.svg
new file mode 100644
index 0000000..2f37e44
--- /dev/null
+++ b/test/data/polyline.svg
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<svg width="120" height="120" 
+     viewPort="0 0 120 120" version="1.1"
+     xmlns="http://www.w3.org/2000/svg";>
+
+    <polyline fill="none" stroke="rgb(50.5%,10.8%,100.0%)"
+              points="20,100 40,60 70,80 100,20"/>
+
+</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