Skip to content

Commit 16c42cb

Browse files
authored
fix: add transform-origin to SVGAttributes (#9326)
See https://svgwg.org/svg2-draft/styling.html#PresentationAttributes
1 parent 1ed9182 commit 16c42cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte/elements.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,7 @@ export interface SVGAttributes<T extends EventTarget> extends AriaAttributes, DO
14051405
'text-rendering'?: number | string | undefined | null;
14061406
to?: number | string | undefined | null;
14071407
transform?: string | undefined | null;
1408+
'transform-origin'?: string | undefined | null;
14081409
u1?: number | string | undefined | null;
14091410
u2?: number | string | undefined | null;
14101411
'underline-position'?: number | string | undefined | null;

0 commit comments

Comments
 (0)