fix: add transform-origin to SVGAttributes (#9326)

See https://svgwg.org/svg2-draft/styling.html#PresentationAttributes
pull/9333/head
Mathias Schäfer 9 months ago committed by GitHub
parent 1ed9182025
commit 16c42cb085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1405,6 +1405,7 @@ export interface SVGAttributes<T extends EventTarget> extends AriaAttributes, DO
'text-rendering'?: number | string | undefined | null;
to?: number | string | undefined | null;
transform?: string | undefined | null;
'transform-origin'?: string | undefined | null;
u1?: number | string | undefined | null;
u2?: number | string | undefined | null;
'underline-position'?: number | string | undefined | null;

Loading…
Cancel
Save