excalidraw/src/element
2021-07-04 22:23:35 +02:00
..
binding.ts fix: Use Array.from when spreading over set so that typescript transpiles correctly in the umd build (#3165) 2021-03-03 19:27:15 +05:30
bounds.test.ts Add test for getElementBounds (#1395) 2020-04-13 17:47:09 -07:00
bounds.ts perf: Improve arrow head sizing (#3480) 2021-05-22 12:30:02 +02:00
collision.ts fix: remove draw element from codebase (#3559) 2021-05-10 11:01:10 +02:00
dragElements.ts refactor: code clean up (#3681) 2021-06-01 23:52:13 +05:30
index.ts refactor: move getSyncableElements to CollabWrapper & expose isInvisiblySmallElement helper (#3471) 2021-04-21 23:37:44 +02:00
linearElementEditor.ts fix: normalize linear element points on restore (#3633) 2021-05-24 20:35:53 +02:00
mutateElement.ts feat: pass localElements to restore and restoreElement API's and bump versions of duplicate elements on import (#3797) 2021-07-04 22:23:35 +02:00
newElement.test.ts feat: expose fontfamily and refactor FONT_FAMILY (#3710) 2021-06-13 21:26:55 +05:30
newElement.ts feat: expose fontfamily and refactor FONT_FAMILY (#3710) 2021-06-13 21:26:55 +05:30
resizeElements.ts refactor: code clean up (#3681) 2021-06-01 23:52:13 +05:30
resizeTest.ts improvement: Enhance resize for non generic elements (#2720) 2021-01-16 19:49:13 +01:00
showSelectedShapeActions.ts feat: add view mode in Excalidraw (#2840) 2021-02-01 21:56:42 +01:00
sizeHelpers.test.ts 15-degree rotation locking (#1627) 2020-05-23 10:45:05 +02:00
sizeHelpers.ts feat: improved freedraw (#3512) 2021-05-09 17:42:10 +02:00
textElement.ts split font into fontSize and fontFamily (#1635) 2020-05-27 15:14:50 +02:00
textWysiwyg.test.tsx feat: support tab in text Wyswig (#3411) 2021-04-13 16:23:46 +02:00
textWysiwyg.tsx fix: use active Excalidraw component when editing text (#3478) 2021-04-23 21:11:18 +05:30
transformHandles.ts feat: improved freedraw (#3512) 2021-05-09 17:42:10 +02:00
typeChecks.ts feat: improved freedraw (#3512) 2021-05-09 17:42:10 +02:00
types.ts feat: expose fontfamily and refactor FONT_FAMILY (#3710) 2021-06-13 21:26:55 +05:30