-
Notifications
You must be signed in to change notification settings - Fork 185
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
Circular images #1413
Comments
https://observablehq.com/@fil/spotify-pop-artists Could be built-in as a "circular" option, or by supporting a clipPath option, or with a className (#1002). |
Oh wow, I had no idea it was so easy! Nice! I still think an r option would be nice to match the dodge transform. We could have it generate the clipPath style accordingly. |
Edit: |
the **r** option of the image mark sets a default width = 2*r, and a default clip=circle() closes #1413
E.g. here, it’d be really nice to have an easy way to apply a circular clip to the image mark
Maybe rx/ry would work? Or maybe better, you specify an r option and then it works well with the dodge transform.
The text was updated successfully, but these errors were encountered: