Bug 804 - Add SVG Input Specification (Curved Geometry, Object Interaction) to Graph-UI
Summary: Add SVG Input Specification (Curved Geometry, Object Interaction) to Graph-UI
Status: UNCONFIRMED
Alias: None
Product: GraphUI
Classification: JogAmp
Component: Plugin (show other bugs)
Version: tbd
Hardware: All all
: --- enhancement
Assignee: Sven Gothel
URL:
Depends on:
Blocks: 1483
  Show dependency treegraph
 
Reported: 2013-08-05 15:53 CEST by Sven Gothel
Modified: 2023-12-18 10:02 CET (History)
1 user (show)

See Also:
Type: FEATURE
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2013-08-05 15:53:18 CEST
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.
Comment 1 Julien Gouesse 2013-08-05 16:55:07 CEST
(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)