You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
success/src/scene
Christopher Chedeau b20d4539c0
Stop using getTransform (#950)
* Stop using getTransform

Fixes #861

The original motivation behind this is to make it work with Firefox. But it also helped make the code more intentional.

Test Plan:
- Create one square, select it, zoom in repeatedly, make sure that it zooms centered in the screen and everything looks good
- Scroll at various zoom levels, things look good
- Export a small scene at 1x and 3x, make sure the background is properly set and look good

* fix selection element
5 years ago
..
browser-native.d.ts Move file system operations to separate module (#510) 5 years ago
comparisons.ts Refactor ExcalidrawElement (#874) 5 years ago
createScene.ts Make all operations on elements array immutable (#283) 5 years ago
export.ts Stop using getTransform (#950) 5 years ago
index.ts Stop using getTransform (#950) 5 years ago
scroll.ts Refactor (#862) 5 years ago
scrollbars.ts Improve scrollbar-mouse interaction (#667) 5 years ago
selection.ts use deletedIds map to sync deletions (#936) 5 years ago
types.ts basic Socket.io implementation of collaborative editing (#879) 5 years ago
zoom.ts Stop using getTransform (#950) 5 years ago