Page MenuHome

SVG import: transform skewX and skewY swapped
ClosedPublic

Authored by Diptangshu Dey (Tha_Hobbist) on Oct 29 2021, 7:58 PM.

Details

Summary

This Commit fixes the issue: T81374

When importing an SVG file that uses skewX and skewY, they are confused.
This patch swaps the skewX and skewY functions and hence the problem is resolved.

Diff Detail

Event Timeline

Diptangshu Dey (Tha_Hobbist) requested review of this revision.Oct 29 2021, 7:58 PM
Diptangshu Dey (Tha_Hobbist) created this revision.
Diptangshu Dey (Tha_Hobbist) retitled this revision from Revert "Fix T92334: Amaranth errors after cycles-x changes" to Fix to T81374.Oct 29 2021, 8:03 PM
Yevgeny Makarov (jenkm) requested changes to this revision.Oct 29 2021, 9:21 PM

Need to remove accidental changes here.

This revision now requires changes to proceed.Oct 29 2021, 9:21 PM
Yevgeny Makarov (jenkm) edited the summary of this revision. (Show Details)Oct 29 2021, 9:21 PM
Diptangshu Dey (Tha_Hobbist) retitled this revision from Fix to T81374 to SVG import: transform skewX and skewY swapped.Oct 29 2021, 10:37 PM
Diptangshu Dey (Tha_Hobbist) edited the summary of this revision. (Show Details)

Tested with these two files, looks good to me.

This revision is now accepted and ready to land.Oct 30 2021, 6:44 PM
This revision now requires review to proceed.Oct 30 2021, 6:45 PM
This revision was not accepted when it landed; it landed in state Needs Review.Nov 5 2021, 11:39 AM
This revision was automatically updated to reflect the committed changes.