3D and Shadow settings
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Althogh the drawing tool in Powerpoint is lowsy, it
does have a very neat feature, i.e. 3D and Shadow settings.
The figure in the URL was created in Powerpoint 2000
and then transformed to SVG.
http://
h02s06%2Ehtml
It should be possible to extend the Inkscape SVG format
to include somerthing like this:
<g inkscape:3d x="100" y="200" width="300"
height="400" cx=" ", cy="" depth="">
<rect x="100" y="200" ...>
<rect ...>
<rect ...>
</g>
The first rectangle is the one that the user moves
around, ant the two others are autogenerated by
inscape, depending on how the user twist the first
rectangle. See powerpoint or properly any other
professional 3D drawing program.
The should also be implemented for the circle element.
Changed in inkscape: | |
importance: | Medium → Wishlist |
status: | New → Confirmed |
There are extrude and drop shadow extensions included with
Inkscape.
Some combination of these should do what you want.