]> gitweb.michael.orlitzky.com - libsvgtiny.git/blobdiff - svgtiny.c
Add support for x1, y1, x2, y2 attributes of linearGradient.
[libsvgtiny.git] / svgtiny.c
index 2b99a76615b970deba23deae688f2b1891dd25ae..09c6bdd27d059286ecd66f5350d0e24ab162239b 100644 (file)
--- a/svgtiny.c
+++ b/svgtiny.c
@@ -36,8 +36,6 @@ static svgtiny_code svgtiny_parse_text(xmlNode *text,
 static void svgtiny_parse_position_attributes(const xmlNode *node,
                const struct svgtiny_parse_state state,
                float *x, float *y, float *width, float *height);
-static float svgtiny_parse_length(const char *s, int viewport_size,
-               const struct svgtiny_parse_state state);
 static void svgtiny_parse_paint_attributes(const xmlNode *node,
                struct svgtiny_parse_state *state);
 static void svgtiny_parse_font_attributes(const xmlNode *node,