Description
The shape DOM classes in the org.apache.pivot.wtk.media.drawing package are some of the most underused and under-tested aspects of the Pivot platform. They are also not as useful as some other scene graph options such as SVG Salamander.
To ease future maintenance and improve flexibility, these classes should be eliminated and replaced with a Drawing class that serves as a wrapper around an SVG Salamander diagram, similar to how the Picture class wraps an AWT BufferedImage.