Description
It'd sure be nice to be able to skew properly. My next task is to modify Wick to internally support skew transformations.
Affected files
Steps
Notes
Transformations should be in a scale-shear-rotate order.
Skew X/Y is dependent on width and height.
SelectionWidget changes the position, scaling, and rotation of the paper.js objects, which View.Frame depends on. Change View.Clip to store scale, rotation, and skew information in group.data, so that View.Frame can see the full transformation.
Description
It'd sure be nice to be able to skew properly. My next task is to modify Wick to internally support skew transformations.
Affected files
Steps
Notes
Transformations should be in a scale-shear-rotate order.
Skew X/Y is dependent on width and height.
SelectionWidget changes the position, scaling, and rotation of the paper.js objects, which View.Frame depends on. Change View.Clip to store scale, rotation, and skew information in group.data, so that View.Frame can see the full transformation.