excalidraw/src/element
zsviczian b477c2ad6b
fix: horizontal text alignment for bound text when resizing (#5721)
* Update textElement.ts

* Add test

* don't use modifier keys when not needed

Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>
2022-09-27 16:44:41 +05:30
..
binding.ts fix: eraser removed deleted elements (#5155) 2022-05-07 21:01:37 +02:00
bounds.test.ts Add test for getElementBounds (#1395) 2020-04-13 17:47:09 -07:00
bounds.ts fix: improve solveQuadratic when a = 0 (#5618) 2022-08-24 14:44:59 +08:00
collision.ts fix: allow box selection of points when inside editor (#5594) 2022-08-18 19:07:14 +05:30
dragElements.ts fix: disable locking aspect ratio for box-selection (#5525) 2022-08-02 19:10:17 +05:30
Hyperlink.scss feat: Support hyperlinks 🔥 (#4620) 2022-02-03 20:34:59 +05:30
Hyperlink.tsx feat: Introduce ExcalidrawElements and ExcalidrawAppState provider (#5463) 2022-08-20 22:49:44 +05:30
image.ts fix: ensure svg image dimensions are always set (#5044) 2022-04-15 12:05:10 +02:00
index.ts feat: cursor alignment when creating linear elements with shift pressed (#5518) 2022-08-02 15:43:19 +05:30
linearElementEditor.ts feat: support segment midpoints in line editor (#5641) 2022-09-14 19:55:54 +05:30
mutateElement.ts feat: add element.updated (#4070) 2021-11-24 18:38:33 +01:00
newElement.test.ts chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
newElement.ts fix: set the dimensions of bound text correctly (#5710) 2022-09-22 15:40:38 +05:30
resizeElements.ts fix: points not being normalized on single-elem resize (#5581) 2022-08-16 21:51:43 +02:00
resizeTest.ts chore: bump Prettier to the latest (#4185) 2021-11-01 15:24:05 +02:00
showSelectedShapeActions.ts fix: hide sidebar when custom tool active (#5179) 2022-05-11 12:42:52 +00:00
sizeHelpers.test.ts fix: remove rounding to fix jitter when shift-editing (#5543) 2022-08-05 20:22:46 +05:30
sizeHelpers.ts fix: remove rounding to fix jitter when shift-editing (#5543) 2022-08-05 20:22:46 +05:30
textElement.test.ts fix: set the dimensions of bound text correctly (#5710) 2022-09-22 15:40:38 +05:30
textElement.ts fix: horizontal text alignment for bound text when resizing (#5721) 2022-09-27 16:44:41 +05:30
textWysiwyg.test.tsx fix: horizontal text alignment for bound text when resizing (#5721) 2022-09-27 16:44:41 +05:30
textWysiwyg.tsx fix: set the dimensions of bound text correctly (#5710) 2022-09-22 15:40:38 +05:30
transformHandles.ts fix: allow box selection of points when inside editor (#5594) 2022-08-18 19:07:14 +05:30
typeChecks.ts feat: Element locking (#4964) 2022-04-07 13:43:29 +02:00
types.ts fix: set the dimensions of bound text correctly (#5710) 2022-09-22 15:40:38 +05:30