victorsk
04-15-2005, 09:39 PM
Hello,
I am new to SVG and was wondering if there is a way to draw a curve in SVG without using a control point. For example, if I need to draw a curve from (x0, y0) to (x1, y1) to (x2, y2) where (x1, y1) is at the cusp(top) of the curve, is there a way to do it without defining a control point for (x1, y1)? I tried a polyline but it only draws straight lines and I need them to curve. Please help.
Thank you,
Victor.
I am new to SVG and was wondering if there is a way to draw a curve in SVG without using a control point. For example, if I need to draw a curve from (x0, y0) to (x1, y1) to (x2, y2) where (x1, y1) is at the cusp(top) of the curve, is there a way to do it without defining a control point for (x1, y1)? I tried a polyline but it only draws straight lines and I need them to curve. Please help.
Thank you,
Victor.