summaryrefslogtreecommitdiff
path: root/render/box_construct.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box_construct.c')
-rw-r--r--render/box_construct.c3
1 files changed, 3 insertions, 0 deletions
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