joergreichert / spray

Automatically exported from code.google.com/p/spray
1 stars 2 forks source link

Add SVG Shape Generator #130

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Shapes DSL provides good abstraction to define shapes. However, complex 
shapes are a bit hard to design, since a restart is required to visualize the 
target shape.

To reduce this roundtrip a preview of the shape can be visualized by rendering 
an SVG image. This can be viewed with the Internal Web Browser. Later maybe 
integrated in the Outline View or a Preview View.

Work started, see screenshot for first example.

Original issue reported on code.google.com by karsten....@googlemail.com on 4 May 2012 at 5:57

Attachments:

GoogleCodeExporter commented 9 years ago
SVGs for Shapes, also for shapes with compartments can be generated now. Any 
improvements to the Shape SVG generator (like including Style information) 
should be tracked in separate issues. 

Original comment by de.abg.r...@gmail.com on 14 Oct 2012 at 8:35