macSVG - An open-source macOS app for designing HTML5 SVG (Scalable Vector Graphics) art and animation with a WebKit web view ➤➤➤
Stars
1.3k
Forks
82
Watchers
1.3k
Open Issues
22
Overall repository health assessment
No package.json found
This might not be a Node.js project
3
commits
This commit fixes some bugs in StyleAttributesEditor and AnimationPathsPopoverViewController.
b723a86View on GitHubThis commit fixes a bug in path drawing for the Close Path and Continue command. It allows a new subpath to be started at a new coordinate after the path is closed. It is particularly useful with the 'fill-rule' attribute for the path element, for example: to define holes inside a closed path.
5f00dd1View on GitHubThis commit fixes some bugs, mainly for path segments for the 'm' relative move command.
1324fc1View on GitHubThis commit fixes some bugs in the GradientEditorPopoverViewController, mainly when a gradient is edited after the initial setting.
7607411View on GitHubThis commit fixes some bugs in the Paste command for the XML outline view. The new method uses the selected elements in the outline, the state of the expansion controls, and the DTD to determine the best placement of the pasted elements.
5c902a8View on GitHubIn NSOutlineView_Extensions mouseDown method, if user clicks on a row that is already selected, skip the call to deselectAll:. This fixes the problem with drag-and-drop for multiple items in the XML Outline View.
d25dff5View on GitHubThis commit fixes some bugs in the previous commit concerning the Paste function in the XML outline view.
2d69b46View on GitHubImplement Cut/Copy/Paste functions for SVG elements in XMLOutlineView. The implementation will try to validate the paste insertion into the selected element as child elements if the selected item is expanded - if not valid, or the selected item is not expanded, the pasted elements will be inserted after the selected item. Some bugs probably remain, but it mostly seems to be working,
e45f456View on GitHubThis commit fixes some bugs in the Path Segment Editor popover. Also, a few variable names were changed, and some old code was removed.
14b2b0dView on GitHubThis commit adds a new PathSegment object to replace the use of a NSDictionary for path editing functions.
14b07a4View on GitHub