-
Notifications
You must be signed in to change notification settings - Fork 189
Image mark #599
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
Image mark #599
Conversation
Thanks for incorporating this Mike! |
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.
How would we allow for clipping—for example, for the very common task of making rounded avatars?
My thinking is we could reintroduce the r channel for this. Or we could introduce another mark type. Or we could add an image channel for the dot mark. Or we could have some generic clipping mechanism that could apply to all mark types? |
Supersedes #459. Fixes #157.
TODO