Add SVG Input Specificaction (Curved Geometry, Object Interaction) to Graph UI. - Geometry is covered by SVG - Evaluate whether TypeCast's TTF reader is fit for SVG import, otherwise evaluate other SVG importer. - Geometry shall result on Graph API data types to be used by Graph UI - Objects must be able to be named. - This may be done via an own domain specific language (DSL) add-on via comments. - Objects optional use interaction must be able to be specified - This may be done via an own domain specific language (DSL) add-on via comments.
(In reply to comment #0) > - Geometry is covered by SVG > - Evaluate whether TypeCast's TTF reader is fit for SVG import, > otherwise evaluate other SVG importer. > - Batik: http://xmlgraphics.apache.org/batik/ (heavy but we only need its parser) - SVG Salamander: http://svgsalamander.java.net/ (kitfox may confirm whether it's worth a try) - svg2java: http://code.google.com/p/svg2java/ (not heavy but incomplete)