Eclipse: how to show SVG with SWT or free open source SVG Viewer plugin? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T23:01:39Z http://stackoverflow.com/feeds/question/1054714 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1054714/eclipse-how-to-show-svg-with-swt-or-free-open-source-svg-viewer-plugin 0 Eclipse: how to show SVG with SWT or free open source SVG Viewer plugin? KlausMeier 2009-06-28T10:59:44Z 2009-07-06T08:40:13Z <p>I would like to display a svg file inside a eclipse view. </p> <p>a) It would be nice if the plugin can do basic animations too (coloring the area on mouse over).</p> <p>I look for a more practical information: what plugin or library has somebody successfully used?</p> <p>b) or a variant to use svg together with swt.</p> <p>Btw. have already googled for "eclipse svg plugin" ;) </p> http://stackoverflow.com/questions/1054714/eclipse-how-to-show-svg-with-swt-or-free-open-source-svg-viewer-plugin/1054762#1054762 2 Answer by Dill for Eclipse: how to show SVG with SWT or free open source SVG Viewer plugin? Dill 2009-06-28T11:40:35Z 2009-06-28T11:40:35Z <p>Hello Klaus,</p> <p>do you know this one:</p> <p><a href="http://sourceforge.net/projects/svgplugin/" rel="nofollow">http://sourceforge.net/projects/svgplugin/</a></p> <p>google for "eclipse svg plugin" brings up some more.</p> http://stackoverflow.com/questions/1054714/eclipse-how-to-show-svg-with-swt-or-free-open-source-svg-viewer-plugin/1086024#1086024 0 Answer by KlausMeier for Eclipse: how to show SVG with SWT or free open source SVG Viewer plugin? KlausMeier 2009-07-06T08:40:13Z 2009-07-06T08:40:13Z <p>a) Look at: eclipse GMF: <a href="http://www.mail-archive.com/batik-users@xmlgraphics.apache.org/msg02782.html" rel="nofollow">http://www.mail-archive.com/batik-users@xmlgraphics.apache.org/msg02782.html</a> they use: org.eclipse.gmf.runtime.draw2d.ui.render.awt.internal.graphics.Graphics2DToGraphicsAdaptor and sources are in org.eclipse.gmf.runtime.draw2d.ui.render.awt.internal.svg. SWTImageTranscoder </p> <p>b) <a href="http://coding.derkeiler.com/Archive/Java/comp.lang.java.gui/2006-04/msg00317.html" rel="nofollow">http://coding.derkeiler.com/Archive/Java/comp.lang.java.gui/2006-04/msg00317.html</a></p> <p>c) try https://svgsalamander.dev.java.net/</p>