Fixes transforms on drawn shapes, adds straight line drawing with draw tool
This commit is contained in:
parent
5b053f7c4e
commit
facd9e9845
7 changed files with 75 additions and 24 deletions
|
@ -53,7 +53,7 @@ const draw = registerShapeUtils<DrawShape>({
|
|||
size: +style.strokeWidth * 2,
|
||||
thinning: 0.9,
|
||||
end: { taper: 100 },
|
||||
start: { taper: 100 },
|
||||
start: { taper: 40 },
|
||||
})
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue