Microsoft.Maui.Graphics
Microsoft.Maui.Graphics copied to clipboard
Non-Affine Transforms
Hi,
Seems I can't find a way to create a non-affine transform like this:

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