Basic z ordering

This commit is contained in:
Steve Ruiz 2021-05-23 14:46:04 +01:00
parent 6582eb990c
commit f11c35e941
20 changed files with 468 additions and 516 deletions

View file

@ -102,6 +102,7 @@ const line = registerShapeUtils<LineShape>({
},
canTransform: false,
canChangeAspectRatio: false,
})
export default line