Trim Function working properly but extend do not function. 1. Draw Circle 2. Draw line from center line to outside the circle 3. Try trim and extend the line
the current behavior is by design: trimming should always trim to the intersection point closest to mouse point (the mouse click postion)
We may need a new algorithm here
Fixed in master branch, commit #4b88abdc8f
Thanks for reporting. Test and close if are solved.
another fix for line, commit: 65c6bf88c
need to do similar for other entity types: arc, circle, ellipse
Log in to post a comment.
the current behavior is by design: trimming should always trim to the intersection point closest to mouse point (the mouse click postion)
We may need a new algorithm here
Fixed in master branch, commit #4b88abdc8f
Thanks for reporting.
Test and close if are solved.
another fix for line, commit: 65c6bf88c
need to do similar for other entity types: arc, circle, ellipse