summaryrefslogtreecommitdiff
path: root/src/svgtiny_strings.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-11-03 14:13:47 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-11-03 14:13:47 +0000
commitccc89083064d413c6785e1b740cf8e23c2eb4cfa (patch)
tree2fb5f7454cfe67fb2042966f09e0efb484fcb8d9 /src/svgtiny_strings.h
parent3ac494551acba0e966aea4dd0aad624578b8256c (diff)
downloadlibsvgtiny-ccc89083064d413c6785e1b740cf8e23c2eb4cfa.tar.gz
libsvgtiny-ccc89083064d413c6785e1b740cf8e23c2eb4cfa.tar.bz2
More work to bring svgtiny into the libdom era
Diffstat (limited to 'src/svgtiny_strings.h')
-rw-r--r--src/svgtiny_strings.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/svgtiny_strings.h b/src/svgtiny_strings.h
new file mode 100644
index 0000000..265ab62
--- /dev/null
+++ b/src/svgtiny_strings.h
@@ -0,0 +1,22 @@
+/* This file is part of Libsvgtiny
+ * Licensed under the MIT License,
+ * http://opensource.org/licenses/mit-license.php
+ * Copyright 2012 Daniel Silverstone <dsilvers@netsurf-browser.org>
+ */
+
+#ifndef SVGTINY_STRING_ACTION
+#error No action defined
+#endif
+
+SVGTINY_STRING_ACTION(svg)
+SVGTINY_STRING_ACTION(viewBox)
+SVGTINY_STRING_ACTION(g)
+SVGTINY_STRING_ACTION(a)
+SVGTINY_STRING_ACTION(path)
+SVGTINY_STRING_ACTION(rect)
+SVGTINY_STRING_ACTION(circle)
+SVGTINY_STRING_ACTION(ellipse)
+SVGTINY_STRING_ACTION(line)
+SVGTINY_STRING_ACTION(polyline)
+SVGTINY_STRING_ACTION(polygon)
+SVGTINY_STRING_ACTION(text)