excalidraw/src/element
Daishi Kato 6cc6e13892
adjust font baseline on resize (#1820)
* adjust font baseline on resize

* simplify font scaling on resize

* fix: resizing text to avoid glitchy behavior

* make text resizing deterministic

* no TEXT_WIDTH_PADDING hack

Co-authored-by: dwelle <luzar.david@gmail.com>
2020-07-09 22:22:10 +09:00
..
bounds.test.ts Add test for getElementBounds (#1395) 2020-04-13 17:47:09 -07:00
bounds.ts Implement line editing (#1616) 2020-06-01 11:35:44 +02:00
collision.ts Ensure arrows are not draggable from inside (#1620) 2020-05-21 21:57:54 +02:00
dragElements.ts grid support (1st iteration) (#1788) 2020-06-23 17:24:52 +02:00
handlerRectangles.ts feat: resize text element (#1650) 2020-05-28 07:17:15 +09:00
index.ts do not center text when not applicable (#1783) 2020-06-25 21:21:27 +02:00
linearElementEditor.ts Fix undo with line editing (#1717) 2020-06-05 17:11:24 +02:00
mutateElement.ts Implement line editing (#1616) 2020-06-01 11:35:44 +02:00
newElement.test.ts do not center text when not applicable (#1783) 2020-06-25 21:21:27 +02:00
newElement.ts do not center text when not applicable (#1783) 2020-06-25 21:21:27 +02:00
resizeElements.ts adjust font baseline on resize (#1820) 2020-07-09 22:22:10 +09:00
resizeTest.ts Refactoring in pointer down event handler (#1880) 2020-07-08 22:07:51 -07:00
showSelectedShapeActions.ts Add NonDeleted<ExcalidrawElement> (#1068) 2020-04-08 18:49:52 +02:00
sizeHelpers.test.ts 15-degree rotation locking (#1627) 2020-05-23 10:45:05 +02:00
sizeHelpers.ts Rewrite restore to guard against missing migrations (#1664) 2020-05-28 02:41:34 -07:00
textElement.ts split font into fontSize and fontFamily (#1635) 2020-05-27 15:14:50 +02:00
textWysiwyg.tsx do not center text when not applicable (#1783) 2020-06-25 21:21:27 +02:00
typeChecks.ts Prefer arrow functions and callbacks (#1210) 2020-05-20 15:21:37 +02:00
types.ts feat: add width, height as props to App.tsx (#1871) 2020-07-07 17:10:39 +02:00