Skip to content

Commit

Permalink
fix: add transform-origin to SVGAttributes (#9326)
Browse files Browse the repository at this point in the history
  • Loading branch information
molily authored Oct 19, 2023
1 parent 1ed9182 commit 16c42cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/svelte/elements.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 16c42cb

Please sign in to comment.