Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0db582da747bfc2ec2a37dad193c233cc1d5ee68
      
https://github.com/WebKit/WebKit/commit/0db582da747bfc2ec2a37dad193c233cc1d5ee68
  Author: Carlos Garcia Campos <[email protected]>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M Source/WebCore/platform/graphics/skia/TransformationMatrixSkia.cpp
    M Tools/TestWebKitAPI/Tests/WebCore/TransformationMatrix.cpp

  Log Message:
  -----------
  [Skia] Conversion between TransformationMatrix and SkM44 is wrong
https://bugs.webkit.org/show_bug.cgi?id=309246

Reviewed by Nikolas Zimmermann.

SkM44 stores the matrix in column order like TransformationMatrix, but the api 
expects values in row order.

Test: Tools/TestWebKitAPI/Tests/WebCore/TransformationMatrix.cpp

* Source/WebCore/platform/graphics/skia/TransformationMatrixSkia.cpp:
(WebCore::TransformationMatrix::TransformationMatrix):
(WebCore::TransformationMatrix::operator SkM44 const):
* Tools/TestWebKitAPI/Tests/WebCore/TransformationMatrix.cpp:
(TestWebKitAPI::TEST(TransformationMatrix, Casting)):

Canonical link: https://commits.webkit.org/308691@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to