Merge pull request #1958 from fdgStilla/fix-svg-type-attribute

Fix name for SVG attribute "type"
This commit is contained in:
Evan Almloff 2024-02-21 14:47:55 -06:00 committed by GitHub
commit 0c5c9eafe5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2285,8 +2285,8 @@ trait_methods! {
/// <https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/transform-origin>
transform_origin: "transform-origin";
/// <https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/_type>
r#type: "_type";
/// <https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/type>
r#type: "type";
/// <https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/u1>
u1: "u1";