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:
parent
1cf99058a3
commit
1c403cb2f8
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user