Only slightly totally broken SVG transformations
[ipdf/code.git] / src / svg-tests / text.svg
diff --git a/src/svg-tests/text.svg b/src/svg-tests/text.svg
new file mode 100644 (file)
index 0000000..7c572c6
--- /dev/null
@@ -0,0 +1,10 @@
+<?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">
+       <text x="200" y="100">Example SVG text 1</text>
+       <line x1="10" y1="40" x2="200" y2="40" stroke="black"/>
+</svg>

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