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

Missing "r" property from attribute list #46

Open
diervo opened this issue Jun 30, 2022 · 0 comments
Open

Missing "r" property from attribute list #46

diervo opened this issue Jun 30, 2022 · 0 comments

Comments

@diervo
Copy link

diervo commented Jun 30, 2022

The following code should be valid as per spec from SVG2.0:
https://www.w3.org/TR/SVG/geometry.html#RProperty

.vertex {
        filter: drop-shadow(rgba(207, 171, 255, 0.9) 0px 0px 20px);
        fill: #b082ee;
        r: 20;
        stroke: 5;
    }

Unknown property: 'r' lit-plugin(no-invalid-css)

I'm happy to do a PR, but unclear what's the process and pipeline to add it correctly.

@diervo diervo changed the title Missing "r" property Missing "r" property from attribute list Jun 30, 2022
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

No branches or pull requests

1 participant