Skip to content
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

Ellipse Parameter Syntax Error #14

Merged

Conversation

mac303
Copy link
Contributor

@mac303 mac303 commented Jan 19, 2024

Redundant Comma in Attribute Definition

There appears to be a syntax error in the SVG ellipse parameters. Specifically, a redundant comma is present in the attribute definition, leading to potential parsing issues or unexpected behavior. The issue occurs in the ellipse element's attribute string: <ellipse cx=\"\(x)\" cy=\"\(y)\" rx=\"\(rx)\", ry=\"\(ry)\". The comma between rx and ry attributes is not required and should be removed to adhere to proper SVG syntax.

Copy link
Owner

@richardpiazza richardpiazza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for updating this; A minor but important catch!

@richardpiazza richardpiazza merged commit e18a6c9 into richardpiazza:main Jan 19, 2024
2 checks passed
@mac303
Copy link
Contributor Author

mac303 commented Jan 20, 2024

Noticed this small bug while working on a project and it bugged me. Thought it'd be best to fix it right away.

@mac303 mac303 deleted the 1-ellipse-parameter-syntax-error branch January 20, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants