Fixes transforms on drawn shapes, adds straight line drawing with draw tool

This commit is contained in:
Steve Ruiz 2021-05-30 22:24:31 +01:00
parent 5b053f7c4e
commit facd9e9845
7 changed files with 75 additions and 24 deletions

View file

@ -53,7 +53,7 @@ const draw = registerShapeUtils<DrawShape>({
size: +style.strokeWidth * 2,
thinning: 0.9,
end: { taper: 100 },
start: { taper: 100 },
start: { taper: 40 },
})
)
)