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

Non-Affine Transforms

Open adospace opened this issue 3 years ago • 0 comments

Hi,

Seems I can't find a way to create a non-affine transform like this: image

These kinds of transforms are really useful to simulate 3d effects. From what I see the only way to set custom transforms is using the ICanvas.ConcatenateTransform(Matrix3x2) but it accepts only a matrix 3x2 while I need a 3x3 matrix (like that present in the SkiaSharp lib).

May I ask if it's something you're considering for future releases?

Thanks

adospace avatar Sep 17 '22 18:09 adospace