mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-03 20:34:40 +01:00 
			
		
		
		
	feat: element alignments - snapping (#6256)
Co-authored-by: Ryan Di <ryan.weihao.di@gmail.com> Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
		@@ -55,10 +55,15 @@ exports[`exportToSvg > with default arguments 1`] = `
 | 
			
		||||
  "lastPointerDownWith": "mouse",
 | 
			
		||||
  "multiElement": null,
 | 
			
		||||
  "name": "name",
 | 
			
		||||
  "objectsSnapModeEnabled": false,
 | 
			
		||||
  "openDialog": null,
 | 
			
		||||
  "openMenu": null,
 | 
			
		||||
  "openPopup": null,
 | 
			
		||||
  "openSidebar": null,
 | 
			
		||||
  "originSnapOffset": {
 | 
			
		||||
    "x": 0,
 | 
			
		||||
    "y": 0,
 | 
			
		||||
  },
 | 
			
		||||
  "pasteDialog": {
 | 
			
		||||
    "data": null,
 | 
			
		||||
    "shown": false,
 | 
			
		||||
@@ -80,6 +85,7 @@ exports[`exportToSvg > with default arguments 1`] = `
 | 
			
		||||
  "showHyperlinkPopup": false,
 | 
			
		||||
  "showStats": false,
 | 
			
		||||
  "showWelcomeScreen": false,
 | 
			
		||||
  "snapLines": [],
 | 
			
		||||
  "startBoundElement": null,
 | 
			
		||||
  "suggestedBindings": [],
 | 
			
		||||
  "theme": "light",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user