mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-03 20:34:40 +01:00 
			
		
		
		
	Update renderElement.ts
This commit is contained in:
		@@ -103,6 +103,7 @@ export const cappedElementCanvasSize = (
 | 
			
		||||
  zoomValue: NormalizedZoomValue;
 | 
			
		||||
} => {
 | 
			
		||||
  const sizelimit = 16777216; // 2^24
 | 
			
		||||
  const padding = getCanvasPadding(element);
 | 
			
		||||
  let zoomValue = zoom.value;
 | 
			
		||||
 | 
			
		||||
  if (isLinearElement(element) || isFreeDrawElement(element)) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user