summaryrefslogtreecommitdiff
path: root/rsvg-shapes.c
diff options
context:
space:
mode:
authorDom Lachowicz <doml@src.gnome.org>2005-02-24 00:46:28 +0000
committerDom Lachowicz <doml@src.gnome.org>2005-02-24 00:46:28 +0000
commit4dc53ecc650ba7af74415756e1b28e54ba9f6e40 (patch)
tree1a78e661abd8e73f86ee0e53251d1b76247d0b37 /rsvg-shapes.c
parent459c450edeef5d97125720d1d7f7aa816a03de08 (diff)
downloadlibrsvg-4dc53ecc650ba7af74415756e1b28e54ba9f6e40.tar.gz
steal libart's affine code. more work toward deprecating/purging libart
Diffstat (limited to 'rsvg-shapes.c')
-rw-r--r--rsvg-shapes.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rsvg-shapes.c b/rsvg-shapes.c
index 4938cfab..0fbd2788 100644
--- a/rsvg-shapes.c
+++ b/rsvg-shapes.c
@@ -35,8 +35,6 @@
#include "rsvg-css.h"
#include "rsvg-defs.h"
-#include <libart_lgpl/art_affine.h>
-
/* 4/3 * (1-cos 45ƒ)/sin 45ƒ = 4/3 * sqrt(2) - 1 */
#define RSVG_ARC_MAGIC ((double) 0.5522847498)