mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-15 13:30:06 +02:00
feat: clean console.logs
This commit is contained in:
@@ -206,8 +206,7 @@ const addLogo = (
|
||||
logoImage,
|
||||
(normalizedCanvasDimensions.width - logoImage.width * exportScale) / 2,
|
||||
normalizedCanvasDimensions.height -
|
||||
logoImage.height * exportScale -
|
||||
FANCY_BG_LOGO_BOTTOM_PADDING * exportScale,
|
||||
(logoImage.height + FANCY_BG_LOGO_BOTTOM_PADDING) * exportScale,
|
||||
logoImage.width * exportScale,
|
||||
logoImage.height * exportScale,
|
||||
);
|
||||
|
Reference in New Issue
Block a user