On Tue, 15 Mar 2005 14:13:24 -0500, mental@...3... <mental@...3...> wrote:
Quoting Kevin Wixson <kevin@...738...>:
is not possible because in SVG, each path fragment is either a
line or a curve. If it's a line, none of its ends have control handles,
Well, implementation is something about which I can not really express an informed suggestion. All I can say is that somehow other programs manage, so I'm sure you'll figure out a way, too.
Probably what would yield the expected results would be to just use a normal bezier segment, but make the control point on the 'corner' side coincident with that endpoint and hide its knot.
That's exactly what I'm doing. For the user there will be no difference between a node without handles or a node with retracted handles.