Shading still doesn't work
[ipdf/code.git] / src / svg-tests / rectpath.svg
diff --git a/src/svg-tests/rectpath.svg b/src/svg-tests/rectpath.svg
new file mode 100644 (file)
index 0000000..61fa957
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
+<svg xmlns="http://www.w3.org/2000/svg"
+     xmlns:xlink="http://www.w3.org/1999/xlink"
+     width="100" height="100"
+
+   >
+       <path 
+               d = "M 0,0 0,100 100,100 100,0 Z M 25,25 25,75 75,75 75,25 25,25"
+               fill="#f0f0f0"
+       />
+       
+       
+ </svg>
+

UCC git Repository :: git.ucc.asn.au