Changes between Version 3 and Version 4 of PromotSvgEditor
- Timestamp:
- Feb 22, 2007, 1:00:25 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PromotSvgEditor
v3 v4 19 19 explanation, legend or label are not allowed. 20 20 * GIF-icons are a old-fashioned solution. They are not scalable, they are distributed 21 as separate files, leading to problems when sending a model to Coworkers. The 22 VisualNavigator can't use them in the zooming interface. 21 as separate files, leading to problems when sending a model with icons to Coworkers. The 22 Visual Explorer can use them in the zooming interface (ZUI) but with the bad side-effects of a 23 zoomed-in raster graphics. 23 24 24 25 == Proposal == … … 31 32 of the source-code and referenced by the `define-module` and `define-terminal` commands. 32 33 33 Icons for module-instances in other model-classes are also created as SVG which can be by default a scaled version of the original view, but can also be reduced with a 34 SVG-graphics editor. 34 Icons for module-instances in other model-classes are also created as SVG which can be by default 35 a scaled version of the original view (automatic solution), 36 but can also be reduced with a SVG-graphics editor (manual solution). 35 37 36 38 There are SVG-libraries available to allow rendering of graphics in Java, [http://xmlgraphics.apache.org/batik/ Batik]. This would allow to integrate any graphics … … 43 45 into the editor. 44 46 45 It could be also a good idea to use just one toolkit for the visual navigator and the editor,46 but in this case it must be possible to have a good graph-editor in piccolo/giny.47 It could be also a good idea to use just ONE toolkit for the Visual Editor and the Visual Explorer, 48 but in this case it must be possible to have a good graph-editor in [http://www.cs.umd.edu/hcil/jazz/ Piccolo]/[http://csbi.sourceforge.net/ GINY]. 47 49 48 50 49 51 50 52 GEF should be dropped because it reimplements lots of things that are available in 51 Java-2D 53 Java-2D.