From 8a6e803029efb3fea81a2a01147974124061aba6 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 30 Sep 2008 12:17:16 +0000 Subject: Load SVGs in IMG elements. svn path=/trunk/netsurf/; revision=5463 --- render/box_construct.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'render/box_construct.c') diff --git a/render/box_construct.c b/render/box_construct.c index 29acfde11..fb605209b 100644 --- a/render/box_construct.c +++ b/render/box_construct.c @@ -69,6 +69,9 @@ static const content_type image_types[] = { CONTENT_JNG, CONTENT_MNG, #endif +#if defined(WITH_NS_SVG) || defined(WITH_RSVG) + CONTENT_SVG, +#endif #if defined(WITH_SPRITE) || defined(WITH_NSSPRITE) CONTENT_SPRITE, #endif -- cgit v1.2.3