Microsoft.Maui.Graphics icon indicating copy to clipboard operation
Microsoft.Maui.Graphics copied to clipboard

[Enhancement] ICanvas.Shear

Open davidbritch opened this issue 3 years ago • 1 comments

The AffineTransform class makes it possible to apply a shear transform, in addition to rotate, scale, translate. However, a Shear/Skew operation isn't exposed on ICanvas. Doing so would make it easier for users to shear/skew objects.

davidbritch avatar Jul 27 '21 10:07 davidbritch

Great call out. I don't support Shear in TouchDraw, which is why I never added that. I'll add that to the to-do list.

jonlipsky avatar Aug 18 '21 23:08 jonlipsky