Is there a "standard " way of drawing a pear using path which does not
appear to be a cone?
eg a curve that passes through two arbitary points joining a third point
(start and end point)
.. any examples?
"rvj" <r...@rolemodels.net> wrote in message
news:vJWdne-_84edTtjW...@mozilla.org...
<path d="M100,50 l25,60 c25,60 -75,60 -50,0 z"/>
http://www.w3.org/TR/SVG11/paths.html#PathDataLinetoCommands
http://www.w3.org/TR/SVG11/paths.html#PathDataCubicBezierCommands
Just keep the cubic bezier curve's control points collinear with the lines.
-Jonathan
I had almost forgotten !
"Jonathan Watt" <jw...@jwatt.org> wrote in message
news:4C78E89E...@jwatt.org...