Skip to content

Commit

Permalink
Update attr.ts
Browse files Browse the repository at this point in the history
新增preserveAspectRatio的属性转换过滤
  • Loading branch information
bighhhh authored May 15, 2024
1 parent 23e9aa1 commit 6a9c97e
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 6a9c97e

Please sign in to comment.