-
-
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(): Arrange mixins + text files #8620
Conversation
Build Stats
|
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.
This is a no brainer.
Just moved files around and renamed.
I would move DONE. Then under mixins we have stateful left waiting to be deprecated and eraser which has been refactored to be part of brushes.src/mixins/canvas_animation.mixin.ts
to the parkinglot as part of this effort.
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.
done
Motivation
Description
move text, itext mixins under dedicated
Text
,IText
folders and rename filesextract
Collection
Observable
andCommonMethods
tosrc
, they are not mixins so they don't belong under the mixins folder.parked
canvas_animation.mixin
in the parkinglotChanges
Gist
In Action