yushiro / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
0 stars 0 forks source link

Library of SVG Objects - (IN-compatible with rectangle) #542

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by Christia...@gmail.com on 20 Apr 2010 at 1:24

GoogleCodeExporter commented 9 years ago
sorry about that: pushed "enter" too early :D

In this category i would include svg paths that need more variables than anchor 
point and width, height:

1.1. arch of circle, elipse
1.2. sector of circle, elipse
1.3. chord of circle, elipse
(these need a start point and an angle or end point)

2.1. regular polygons 
2.2. regular star polygons (with variations of implementations of interior and 
shape 
http://en.wikipedia.org/wiki/Star_polygon)
(need number of sides)

3.1. round-edged regular polygons
3.2. round-edged star polygons
(same as 2, but need also the size of the attractor)

Of course, the most elegant way of presenting these additional options is the 
way google drawing application 
does it: a special draggable control point for each of these variables, 
included in an intuitive manner into the 
actual path/object (so we will not need additional IU and language translations)

Original comment by Christia...@gmail.com on 20 Apr 2010 at 1:50

GoogleCodeExporter commented 9 years ago
4. spirals
5. ovals/eggs
6. annuli
7. crescents/lunes
8. lenses
9. superellipse/Lamé curve
10. 1D, 2D barcode encoder

...
x. simple function grapher for first and second degree polynomials
y. LOGO Turtle interpretor :D  ( 
http://en.wikipedia.org/wiki/Logo_(programming_language) , 
http://www.calormen.com/Logo/ )

Original comment by Christia...@gmail.com on 20 Apr 2010 at 6:53