Update renderElement.ts
This commit is contained in:
parent
f017a60101
commit
fc7135c5d1
@ -158,7 +158,7 @@ const generateElementCanvas = (
|
||||
const context = canvas.getContext("2d")!;
|
||||
const padding = getCanvasPadding(element);
|
||||
|
||||
const {width, height, zoomValue} = calcElementCanvasSize (
|
||||
const {width, height, zoomValue} = cappedElementCanvasSize (
|
||||
element,
|
||||
zoom,
|
||||
renderConfig,
|
||||
|
Loading…
x
Reference in New Issue
Block a user