tldraw/packages/editor/src/lib
Steve Ruiz ba7a95d5f0
[fix] Line shape rendering (#1825)
This PR fixes several bugs in the line shape, both rendering in the app
and in SVG exports.

<img width="634" alt="image"
src="https://github.com/tldraw/tldraw/assets/23072548/473db62f-2f18-40ef-992a-f5dac895d4ae">
<img width="525" alt="image"
src="https://github.com/tldraw/tldraw/assets/23072548/0673767c-b0e5-415c-962c-92bb1249261e">


### Change Type

- [x] `patch` — Bug fix

### Test Plan

1. Make line shapes.
2. Export them as SVGs.
2023-08-25 17:24:30 +00:00
..
components [fix] remove CSS radius calculations (#1823) 2023-08-25 16:22:52 +00:00
config Rename shapes apis (#1787) 2023-08-02 18:12:25 +00:00
editor [fix] snapping bug (#1819) 2023-08-25 15:19:40 +00:00
hooks [fix] remove CSS radius calculations (#1823) 2023-08-25 16:22:52 +00:00
primitives [fix] Line shape rendering (#1825) 2023-08-25 17:24:30 +00:00
test Remove helpers / extraneous API methods. (#1745) 2023-07-18 21:50:23 +00:00
utils Rename shapes apis (#1787) 2023-08-02 18:12:25 +00:00
constants.ts ShapeUtil.getGeometry, selection rewrite (#1751) 2023-07-25 16:10:15 +00:00
TldrawEditor.tsx history options / markId / createPage (#1796) 2023-08-05 11:21:07 +00:00