From ccc89083064d413c6785e1b740cf8e23c2eb4cfa Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 3 Nov 2012 14:13:47 +0000 Subject: More work to bring svgtiny into the libdom era --- src/svgtiny_strings.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/svgtiny_strings.h (limited to 'src/svgtiny_strings.h') 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 + */ + +#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) -- cgit v1.2.3