mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-22 17:57:03 +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