mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-23 18:26:54 +02:00
Update renderElement.ts
This commit is contained in:
@@ -164,7 +164,7 @@ const generateElementCanvas = (
|
||||
renderConfig,
|
||||
);
|
||||
|
||||
canvas.width = widht;
|
||||
canvas.width = width;
|
||||
canvas.height = height;
|
||||
|
||||
let canvasOffsetX = 0;
|
||||
|
Reference in New Issue
Block a user