There was an error while loading. Please reload this page.
1 parent ccaf138 commit 8f80d2aCopy full SHA for 8f80d2a
1 file changed
src/utils/css.js
@@ -113,6 +113,10 @@ const NO_PAINT_EXACT = new Set([
113
'container-name',
114
'container-type',
115
'timeline-scope',
116
+ // #369: CSS zoom — getComputedStyle() widths/heights already reflect post-zoom layout values.
117
+ // Capturing zoom in the class causes double-zoom inside SVG foreignObject → blank sections.
118
+ // Excluding zoom prevents this; dimensions are already correct as-is.
119
+ 'zoom',
120
])
121
122
/**
0 commit comments