]> gitweb.michael.orlitzky.com - libsvgtiny.git/blob - src/svgtiny_strings.h
More work to bring svgtiny into the libdom era
[libsvgtiny.git] / src / svgtiny_strings.h
1 /* This file is part of Libsvgtiny
2 * Licensed under the MIT License,
3 * http://opensource.org/licenses/mit-license.php
4 * Copyright 2012 Daniel Silverstone <dsilvers@netsurf-browser.org>
5 */
6
7 #ifndef SVGTINY_STRING_ACTION
8 #error No action defined
9 #endif
10
11 SVGTINY_STRING_ACTION(svg)
12 SVGTINY_STRING_ACTION(viewBox)
13 SVGTINY_STRING_ACTION(g)
14 SVGTINY_STRING_ACTION(a)
15 SVGTINY_STRING_ACTION(path)
16 SVGTINY_STRING_ACTION(rect)
17 SVGTINY_STRING_ACTION(circle)
18 SVGTINY_STRING_ACTION(ellipse)
19 SVGTINY_STRING_ACTION(line)
20 SVGTINY_STRING_ACTION(polyline)
21 SVGTINY_STRING_ACTION(polygon)
22 SVGTINY_STRING_ACTION(text)