Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In SVGPathEditor, an error was found in path editing of cubic curve s…
…egments where extra editing handles were added improperly for the "x0y0" and "x3y3" implied control points (reflections of "x1y1" and "x2y2", respectively). The extra handles did not function correctly, particularly for the curve continuity option. The x0y0 reflected handle should be drawn when the previous segment was a Moveto ("M" or "m") command. The x3y3 reflected handle should be drawn for the last segment of a cubic curve.
- Loading branch information