summaryrefslogtreecommitdiffstats
path: root/src/main/res/example
diff options
context:
space:
mode:
authorkitfox2007-05-30 01:33:23 +0200
committerkitfox2007-05-30 01:33:23 +0200
commit091a1e0179cb264cc2cab6e3b11ea31045c8536d (patch)
treebd561534d16012c9d398acf32398968e14a19b85 /src/main/res/example
parentreverting to original source tree (diff)
downloadsvg-salamander-core-091a1e0179cb264cc2cab6e3b11ea31045c8536d.tar.gz
svg-salamander-core-091a1e0179cb264cc2cab6e3b11ea31045c8536d.tar.xz
svg-salamander-core-091a1e0179cb264cc2cab6e3b11ea31045c8536d.zip
Restoring SVG Salamander to it's original code base, and updating build scripts.
git-svn-id: https://svn.java.net/svn/svgsalamander~svn/trunk/svg-core@36 7dc7fa77-23fb-e6ad-8e2e-c86bd48ed22b
Diffstat (limited to 'src/main/res/example')
-rw-r--r--src/main/res/example/duke.svg8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/res/example/duke.svg b/src/main/res/example/duke.svg
new file mode 100644
index 0000000..d13b507
--- /dev/null
+++ b/src/main/res/example/duke.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<svg width="100" height="100">
+ <g transform="scale(1,1)">
+ <polygon points="0 100 50 0 100 100" fill="black"/>
+ <polygon points="0 100 25 50 75 50 100 100" fill="white"/>
+ <circle cx="50" cy="50" r="10" fill="red"/>
+ </g>
+</svg> \ No newline at end of file