Only slightly totally broken SVG transformations
[ipdf/code.git] / src / svg-tests / transforms.svg
diff --git a/src/svg-tests/transforms.svg b/src/svg-tests/transforms.svg
new file mode 100644 (file)
index 0000000..e840314
--- /dev/null
@@ -0,0 +1,23 @@
+<?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="400" height="400">
+    <rect x="0" y="0" width="400" height="400" stroke="red" fill="none"/>
+    
+    
+    <rect x="0" y="0" width="100" height="100" stroke="blue" fill="none"
+               transform="translate(100,100)"
+    />
+    
+    <rect x="100" y="50" width="25" height="25" stroke="green" fill="none"
+               transform="scale(2,2)"
+       />
+       
+       <!--<rect x="200" y="150" width="50" height="75" stroke="red" fill="none"
+               
+       />-->
+    
+</svg>

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