Adendakis / pysvg

Automatically exported from code.google.com/p/pysvg
0 stars 0 forks source link

Add functionality for boundaries #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add methods to calculate (and draw) inner and outer boundaries (boxes) for 
elements.

examples: 
-draw the outer bounds of a circle as a dashed rectangle.
-draw the biggest rectangle that could be included in any ellipse.
-

Original issue reported on code.google.com by kerim.ma...@gmail.com on 7 Dec 2009 at 5:53

GoogleCodeExporter commented 9 years ago
Elements this seems easy to achieve for:
Rect
Line .... ;)
Ellipse/Circle
Paths

Elements this seems hard to do for but is crucial:
Text

Elements where it does not seem to be worth the effort:
Filters

Original comment by Bastian.Kennel@gmail.com on 8 Dec 2009 at 5:12