1
0
mirror of https://github.com/netsurf-browser/netsurf synced 2025-01-13 14:29:20 +03:00

svgtiny requires separate contents

svn path=/trunk/netsurf/; revision=9615
This commit is contained in:
John Mark Bell 2009-10-08 12:03:44 +00:00
parent 1cf99058a3
commit 1c403cb2f8

View File

@ -346,7 +346,7 @@ static const struct handler_entry handler_map[] = {
#endif
#ifdef WITH_NS_SVG
{svg_create, 0, svg_convert,
0, svg_destroy, 0, svg_redraw, 0, 0, 0, false},
0, svg_destroy, 0, svg_redraw, 0, 0, 0, true},
#endif
#ifdef WITH_RSVG
{rsvg_create, rsvg_process_data, rsvg_convert,