From 5c1f3bd8c899ec79a504d74023143bb4594cfd6c Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 3 Feb 2008 19:11:36 +0000 Subject: Move SVG code into a new library, libsvgtiny. svn path=/trunk/netsurf/; revision=3837 --- image/svg.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'image/svg.h') diff --git a/image/svg.h b/image/svg.h index 9544dd9dd..00b628b80 100644 --- a/image/svg.h +++ b/image/svg.h @@ -1,5 +1,5 @@ /* - * Copyright 2007 James Bursa + * Copyright 2007-2008 James Bursa * * This file is part of NetSurf, http://www.netsurf-browser.org/ * @@ -24,13 +24,12 @@ #define _NETSURF_IMAGE_SVG_H_ #include -#include struct content; +struct svgtiny_diagram; struct content_svg_data { - xmlDoc *doc; - xmlNode *svg; + struct svgtiny_diagram *diagram; }; bool svg_create(struct content *c, const char *params[]); -- cgit v1.2.3