1
0
mirror of https://github.com/excalidraw/excalidraw.git synced 2025-02-18 13:29:36 +01:00
excalidraw/src/actions
Daishi Kato 41cb1fbeba
feat: sharpness (#1931)
* feat: sharpness

* feat: fill sharp lines, et al.

* fix: rotated positioning

* chore: simplify path with Q

* fix: hit test inside sharp elements

* make sharp / round buttons work properly

* fix tsc tests

* update snapshots

* update snapshots

* fix: sharp arrow creation error

* fix merge and test

* avoid type assertion

* remove duplicate helper

Co-authored-by: dwelle <luzar.david@gmail.com>
2020-08-14 17:59:43 +02:00
..
actionAddToLibrary.ts Library MVP (#1787) 2020-07-10 11:20:23 +02:00
actionCanvas.tsx don't reset dark mode on canvas clear (#2032) 2020-08-13 17:22:39 +02:00
actionDeleteSelected.tsx Allow binding linear elements to other elements (#1899) 2020-08-08 21:04:15 -07:00
actionDuplicateSelection.tsx Allow binding linear elements to other elements (#1899) 2020-08-08 21:04:15 -07:00
actionExport.tsx Import and export library from/to a file (#1940) 2020-07-27 14:29:19 +02:00
actionFinalize.tsx Allow binding linear elements to other elements (#1899) 2020-08-08 21:04:15 -07:00
actionGroup.tsx Dark mode (#2006) 2020-08-13 13:35:31 +02:00
actionHistory.tsx Allow binding linear elements to other elements (#1899) 2020-08-08 21:04:15 -07:00
actionMenu.tsx Add NonDeleted<ExcalidrawElement> (#1068) 2020-04-08 18:49:52 +02:00
actionNavigate.tsx feat: add width, height as props to App.tsx (#1871) 2020-07-07 17:10:39 +02:00
actionProperties.tsx feat: sharpness (#1931) 2020-08-14 17:59:43 +02:00
actionSelectAll.ts Fix status when do selectAll while editing lines (#1828) 2020-07-08 10:29:47 +02:00
actionStyles.ts Add regression tests for context-menu actions (#1959) 2020-07-26 13:29:44 +02:00
actionZindex.tsx Dark mode (#2006) 2020-08-13 13:35:31 +02:00
index.ts Library MVP (#1787) 2020-07-10 11:20:23 +02:00
manager.tsx clear selection from copied/duplicatated group (#1973) 2020-08-08 22:35:34 +02:00
register.ts Prefer arrow functions and callbacks (#1210) 2020-05-20 15:21:37 +02:00
types.ts feat: sharpness (#1931) 2020-08-14 17:59:43 +02:00