-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Control customization part 2 - Allow for separate corner filling and cornerStroke #2933
Conversation
asturur
commented
May 3, 2016
- add CornerStrokeColor property
- default behaviour with transparentCorners does not change ( for people loading json created before or overriding classes with just cornerColor and transparentCorner = true );
Is it possible to have the option to change the rotation handle position, The default position is top, but if we want to show it at the bottom of the Object ? |
if (this.hasRotatingPoint) {
this._drawControl('mtr', ctx, methodName,
left + width / 2,
top + height + this.rotatingPointOffset);
} you should override the function that has this snippet with another that is same content but with the hasRotatingPoint part changed like i did |
i found a way by adding |
http://fabricjs.com/fabric-changelog check borderDashArray |