From ca6704dfd25d9947dee333dfaf6feb4706859b70 Mon Sep 17 00:00:00 2001 From: Marko Luukkainen Date: Mon, 3 Feb 2020 14:05:10 +0200 Subject: [PATCH] Expose Batik SVG/Path handling APIs gitlab #458 Change-Id: I2ad25ef0aa4cb62d676ab9cfcff42ec0989b9cef --- bundles/org.simantics.scenegraph/META-INF/MANIFEST.MF | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundles/org.simantics.scenegraph/META-INF/MANIFEST.MF b/bundles/org.simantics.scenegraph/META-INF/MANIFEST.MF index 883ce3ac8..f2c70f5c6 100644 --- a/bundles/org.simantics.scenegraph/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.scenegraph/META-INF/MANIFEST.MF @@ -24,6 +24,8 @@ Bundle-ClassPath: ., Export-Package: com.kitfox.svg, com.kitfox.svg.animation, com.kitfox.svg.xml, + org.apache.batik.ext.awt.geom, + org.apache.batik.parser, org.simantics.scenegraph, org.simantics.scenegraph.adapters, org.simantics.scenegraph.g2d, -- 2.43.2