Skip to content

Tags: dsward2/macSVG

Tags

v1.2.0

Toggle v1.2.0's commit message
Updated to version macSVG 1.2

v1.1.7

Toggle v1.1.7's commit message
Update release notes.

v1.1.6

Toggle v1.1.6's commit message
The URL was fixed for the Google SVG Search Website under the Help menu.

A couple of items were added to the README.md and RELEASE-NOTES.md files.

v1.1.5

Toggle v1.1.5's commit message
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.

v1.1.4

Toggle v1.1.4's commit message
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.

v1.1.3

Toggle v1.1.3's commit message
Updated README and RELEASE NOTES for macSVG 1.1.3.

v1.1.2

Toggle v1.1.2's commit message
Incremented version to 1.1.2 for next release. Updated README.md and …

…RELEASE-NOTES.md.

v1.1.1

Toggle v1.1.1's commit message
Updated README.md and RELEASENOTES.md for release of macSVG 1.1.1.

v1.1.0

Toggle v1.1.0's commit message
Added new markdown file: RELEASE-NOTES.md, containing release notes f…

…or macSVG v1.1.

1.0.1

Toggle 1.0.1's commit message
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.