-
Notifications
You must be signed in to change notification settings - Fork 22.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
SVG/Attribute/x - example #37099
Comments
I had a look and I think the current doc is correct, the example at the bottom of the page is talking about x coordinate in a rect: <rect x="220" y="20" width="60" height="60" fill="red" /> And the <use href="#myCircle" x="10" fill="blue" /> Does that make sense or have I misunderstood? |
I admit that my text was succinct. I'll try to be more explicit next time. |
No problem. The structure of the page is:
Where examples picks a common / straightforward element to display, so I'm not sure what to fix there. Let me know if that clears it up or if you think there's still something wrong. TY! |
I'm going to close this, but if I've made a mistake, reply and let me know! Thanks! |
MDN URL
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/x#use
What specific section or headline is this issue about?
No response
What information was incorrect, unhelpful, or incomplete?
Hello,
Is the example provided with the
use
element the correct example?It seems more appropriate for the
rect
element.Kind regards
What did you expect to see?
Taking this information into account if it is relevant
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response
The text was updated successfully, but these errors were encountered: