v0.10.1
Improvement
- support multi artboard
- support to group
- support to ungroup
- support artboard selection
- support to resize rotated rectangle
- support footer resizable
- support svg renderer
- support history.removeLayer
- modify curve editor
- modify path selection
- implement to bbox for svg path
- implement editor scale matrix
- implement group scale and rotation
- implement to save project information
- support to snap in LayerAppendView
- support to snap for path segment
- support to smart guides
- implement to snap to object by resize
- implement to snap to object by move
Fixed
- fixed cached rect
- fixed path totalLength check
- refactoring rendering structure
- fixed project selection
- fixed path editing bug
- fixed svg rect cache
- fixed shortcut trigger
- fixed to change css property
- fixed to modify rotate
- apply to prevent default to pointermove
전반적으로 matrix 기반으로 모든 좌표 연산을 할려고 하고 있습니다. 그래서 좀 더 정교한 컨트롤을 할 수 있도록 할 예정입니다.
I am trying to do all coordinate calculations based on matrix. So, we're going to be able to get precise control.