diff --git a/packages/x6-common/src/dom/attr.ts b/packages/x6-common/src/dom/attr.ts index cc7bdda9894..204791364ad 100644 --- a/packages/x6-common/src/dom/attr.ts +++ b/packages/x6-common/src/dom/attr.ts @@ -9,6 +9,7 @@ export const CASE_SENSITIVE_ATTR = [ 'textLength', 'lengthAdjust', 'gradientUnits', + 'preserveAspectRatio' ] export type Attributes = { [key: string]: string | number | null | undefined }