
A new release of the svg elliptic toy is available on the lib2geom svn repository (svg-elliptic-arc-toy.cpp). I put the SVGEllipticalArc class in a separate file (src/svg-elliptical-arc.h). Now you can control interactively through 3 sliders the x-ray length, the y-ray length and the x-axis rotation angle. Moreover there are 2 toggle buttons for swithing on/off the the large-arc and the sweep flags. Finally instead of the two circles, now the two valid ellipse supports for the arc are drawn.
Btw I've some issue with cmake because it doesn't find any ragel or rlcodegen command (they are specified in the CMakeList.txt file under the src folder ). Usually I solve the problem commenting out the related lines but this is becoming a bit annoying to manage everytime I need to commit my changes. Another issue regards the svg-path-parser.cpp file, because I need to change the line: #include <glib.h> with: #include <glib-2.0/glib.h> but problably this is due to the fact that we're using different linux distro. (I use mandriva 2008)
Regards, Marco Cecchetti