-
Notifications
You must be signed in to change notification settings - Fork 22.8k
Add tool for obtaining <area>
coords
from image
#40470
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
Conversation
Preview URLs
(comment last updated: 2025-07-31 13:59:21) |
I think this is best added to MDN as a tool, similar to the color picker and border generator. |
The reason I'm hesitant to do that is because my tool only supports the three shapes that |
I didn't even notice the drop down. Could you add a "single point" as an
if you want to be ambitious, you could also add
that doesn't cover all the shapes, but makes your picker useful for coords attribute, six of the basic shapes, and, optionally, SVG shapes |
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.
i played with the layout a bit; adding headers to the output, and styling it as a DL
Co-authored-by: Estelle Weyl <[email protected]>
Co-authored-by: Estelle Weyl <[email protected]>
This is looking really good. Not sure if you wanted a re-review yet. There is an issue with the entire thing disappearing and then reappearing in my browser. Not sure if it's a Firefox thing, MDN play think, canvas thing, or PR dev env thing. |
I get that too, and not sure why that is. This is ready for re-review. |
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.
one suggestion. Looks good!
Co-authored-by: Estelle Weyl <[email protected]>
Looks much better, thanks! |
Fix #37469. Technically this isn't an "example" because it doesn't use
<area>
, but I have no better place to put it.