-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Distance and Angle Path Anchors (#381)
This PR adds path anchors for fixed and relative distances to most elements. Closed elements (circle, rect, arc) can also handle angle anchors. This means: `(name: "element", anchor: <number, ratio, angle, string>)` can be used to get dynamic anchors on element paths. - Arc PIE mode line strip has been fixed and is now the last element, after the arc so that all arc paths start at `arc-start`. - All paths got `start`, `mid` and `end` anchors that point to 0%, 50% and 100% of the path.
- Loading branch information
1 parent
b31d6af
commit 6aeb792
Showing
17 changed files
with
563 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.