Skip to content

Commit

Permalink
Update attr.ts (#4303)
Browse files Browse the repository at this point in the history
新增preserveAspectRatio的属性转换过滤
  • Loading branch information
bighhhh authored Nov 13, 2024
1 parent e725973 commit 891d47c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/x6-common/src/dom/attr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const CASE_SENSITIVE_ATTR = [
'textLength',
'lengthAdjust',
'gradientUnits',
'preserveAspectRatio'
]

export type Attributes = { [key: string]: string | number | null | undefined }
Expand Down

0 comments on commit 891d47c

Please sign in to comment.