Search found 2 matches
- Wed Jun 01, 2011 1:34 am
- Forum: SVG / XML Code
- Topic: SVG export of cubic beziers
- Replies: 2
- Views: 3307
Re: SVG export of cubic beziers
You're right. I got confused by the following: M 0.56860747,99.953934 C 0.56860747,99.953934 3.9321343,0.79252452 99.957367,0.55888648 The moveto command has the same values than the first control point of the curveto which led me to the conclusion, that the latter was the starting point of the curv...
- Tue May 31, 2011 10:08 pm
- Forum: SVG / XML Code
- Topic: SVG export of cubic beziers
- Replies: 2
- Views: 3307
SVG export of cubic beziers
Hello! When I export to plain SVG, Inkscape exports cubic bezier's as follows: C 53.439856,43.061276 54.021886,43.138425 54.42033,43.292713 C 54.818761,43.447018 55.13712,43.719479 55.375408,44.110096 ... Is this correct? There are only 6 values for a single cubic Bézier I would expect 8 values.. ht...