summaryrefslogtreecommitdiffstats
path: root/src/main/res/res
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/res
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/res')
-rw-r--r--src/main/res/res/help/about/about.html19
-rw-r--r--src/main/res/res/icons/SVGUniverseIcon_16c.pngbin0 -> 440 bytes
-rw-r--r--src/main/res/res/icons/SVGUniverseIcon_32c.pngbin0 -> 703 bytes
-rw-r--r--src/main/res/res/icons/cursor.svg9
4 files changed, 28 insertions, 0 deletions
diff --git a/src/main/res/res/help/about/about.html b/src/main/res/res/help/about/about.html
new file mode 100644
index 0000000..8923f65
--- /dev/null
+++ b/src/main/res/res/help/about/about.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html PUBLIC "-//W3C/DTD HTML 1.0 Transitional//EN">
+<html xmlns:java="http://xml.apache.org/xslt/java">
+<head>
+<META http-equiv="Content-Type" content="text/html">
+<title>About SVG Salamander</title>
+</head>
+<body>
+<div style="text-align: center;">
+<h3>SVG Salamander</h3>
+ Created by Mark McKay<br>
+ Copyright 2005<br>
+<br>
+ http://svgsalamander.dev.java.net<br>
+ http://www.kitfox.com<br>
+<br>
+ Last built: 2007, April, 18 02:09<br>
+</div>
+</body>
+</html>
diff --git a/src/main/res/res/icons/SVGUniverseIcon_16c.png b/src/main/res/res/icons/SVGUniverseIcon_16c.png
new file mode 100644
index 0000000..53e1091
--- /dev/null
+++ b/src/main/res/res/icons/SVGUniverseIcon_16c.png
Binary files differ
diff --git a/src/main/res/res/icons/SVGUniverseIcon_32c.png b/src/main/res/res/icons/SVGUniverseIcon_32c.png
new file mode 100644
index 0000000..05f34c8
--- /dev/null
+++ b/src/main/res/res/icons/SVGUniverseIcon_32c.png
Binary files differ
diff --git a/src/main/res/res/icons/cursor.svg b/src/main/res/res/icons/cursor.svg
new file mode 100644
index 0000000..1b74599
--- /dev/null
+++ b/src/main/res/res/icons/cursor.svg
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ width="26" height="31" viewBox="-0.079 -0.029 26 31" xml:space="preserve">
+ <defs>
+ </defs>
+ <g>
+ <polygon style="fill:#FFFFFF;stroke:#000000;" points="0.672,29.262 0.505,0.887 24.505,15.324 "/>
+ </g>
+</svg>