-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make difference operation combine paths if they do not intersect.
- Loading branch information
1 parent
dc3baa9
commit 9640387
Showing
2 changed files
with
52 additions
and
27 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
9640387
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if I understood correctly what this commit is about, then this is what I noticed.
the diference operation has a problem by the way.
If the objects do not intersect with lines with each other, then the difference operation does not occur.
more precisely, sometimes it works with such figures.
but does not work with a circle or rectangle, even if translated into a path object
9640387
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
found a solution to this in commits) even-odd option)