Layout Transform values don't match Render Transform #2006
Labels
bug 🐛
An unexpected issue that highlights incorrect behavior
controls 🎛️
help wanted
Issues identified as good community contribution opportunities
Milestone
I'm submitting a...
Current behavior
I did notice that with similar values in Skew though that at some point the layout transform seems to start behaving differently...
Compared to when there are less large values:
Expected behavior
Providing same values to Render and Layout transforms should produce similar effects.
Minimal reproduction of the problem with instructions
Copy above XAML into sample app page for layout transform (see PR #1817)
Environment
Comparing to reference source for .net, our matrix transform here does seem different. We actually probably want to provide Matrix method extensions for performing these operations like System.Windows.Media.Matrix had.
The text was updated successfully, but these errors were encountered: