Improves stroke width

This commit is contained in:
Steve Ruiz 2021-05-15 18:11:08 +01:00
parent 8a650a99d6
commit 138e1fa24d
10 changed files with 155 additions and 59 deletions

View file

@ -12,7 +12,7 @@ export default class Line extends CodeShape<LineShape> {
parentId: "page0",
childIndex: 0,
point: [0, 0],
direction: [0, 0],
direction: [-0.5, 0.5],
rotation: 0,
style: {
fill: "#777",