Skip to content

clamp to the edge #79

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

clamp to the edge #79

wants to merge 5 commits into from

Conversation

Fil
Copy link
Member

@Fil Fil commented Nov 26, 2024

To avoid cutting the corners (#72), expand the data on the edges by 1 pixel (with the addition of a bit of blurring); then contract the shape back to the frame. Note that we must contract after smoothing.

closes #72

@Fil Fil requested a review from mbostock November 26, 2024 10:37
@DanielCordell
Copy link

@Fil Sorry, is this PR abandoned or is it still awaiting review?

@Fil
Copy link
Member Author

Fil commented Mar 11, 2025

Yes, please review 🙏

@DanielCordell
Copy link

Yes, please review 🙏

I don't believe I have the power, @mbostock please could this get blessed with a review 🙏?

@Fil
Copy link
Member Author

Fil commented Mar 11, 2025 via email

@DanielCordell
Copy link

DanielCordell commented Mar 20, 2025

@Fil I personally can't spot any issues but I wouldn't exactly call myself an expert on this. I'm using this for a work process and we can't use node/npm or any alternative (self-hosting the d3 UMD .js file in vanilla JS), so I can't build it myself either to test 😆 .

@DanielCordell
Copy link

@mbostock is there any chance you could please take a look/review this change? It's been outstanding for ~5 months.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Don’t round the corners
2 participants