diff options
Diffstat (limited to 'rsvg-shapes.c')
-rw-r--r-- | rsvg-shapes.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rsvg-shapes.c b/rsvg-shapes.c index ca591d13..4de9508a 100644 --- a/rsvg-shapes.c +++ b/rsvg-shapes.c @@ -336,10 +336,7 @@ rsvg_defs_path_free (RsvgDefVal *self) g_free (z); } -/** - * Todo: Possibly publicly export this (for text) - */ -static void +void rsvg_handle_path (RsvgHandle *ctx, const char * d, const char * id) { if (!ctx->in_defs) |