You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit changes the Project Settings to use the Legacy Build Syst…
…em. Some unusual behavior was observed during testing with the New Build System, like script calls to getBBox returning wrong results when applying transforms to elements.
Fixed a bug from the previous commit that prevented the Element Info …
…plugin from displaying current information during editing operations (move, resize, etc.)
Some copyright dates were updated for 2018.
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.