-
-
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
chore(TS): Circle #8406
chore(TS): Circle #8406
Conversation
Build Stats
*inaccurate, see link |
|
||
export const circleDefaultValues: Partial<TClassProperties<Circle>> = { | ||
type: 'circle', | ||
radius: 0, |
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.
should we bump radius to 100 as default? creating circles that are unusable by default seems just wrong
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.
agreed
not bumping radius now to avoid breaking UTs, we can do next time. if it gets green i merge this |
Motivation
Description
Migrate shapes using the transformer
Changes
SHARED_ATTRIBUTES
moved to parsersetRadius
not chainableGist
View the diff without whitespace!
In Action