-
Notifications
You must be signed in to change notification settings - Fork 114
Circle suggestion #1406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Circle suggestion #1406
Conversation
Signed-off-by: Karl Hammond <kaiserkarl31@yahoo.com>
Signed-off-by: Karl Hammond <kaiserkarl31@yahoo.com>
Signed-off-by: Karl Hammond <kaiserkarl31@yahoo.com>
|
The proposal is interesting, but the implementation is problematic.
What do you think @muzimuzhi? |
|
@hmenke The extra evaluation time is only invoked if the user somehow accesses one of the anchors on every single circle. Simply drawing a circle will not trigger it. I created a grid of 2500 circles just to check, and it was actually faster with the Good point about As for which is faster...I ran the same 2500 circle with Anyway...just a thought. |
|
I didn't have the time to dig into, only traversed all the shapes having Other circle/ellipse-based shapes whose Meanwhile, these circle/ellipse-based shapes do have their |

Motivation for this change
This is a suggestion for the
circleandellipseshapes. In most other shapes I see in the manual (e.g.,trapezium,semicircle,isosceles triangle,kite), thebase east,mid east,base west, andbase eastanchors all end up on the shape boundary. Incircleandellipse, however, they are directly beneatheastandwest, outside the shape border. This patch would place them on the edge of the background path for circles and ellipses as well.Checklist
Please signoff your commits to explicitly state your agreement to the Developer Certificate of Origin. If that is not possible you may check the boxes below instead: