mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
This fixes an issue where, when looping over the components of a composite glyph, we used to mutate the affine transformation of the glyph itself when computing the transformations of its components. (AffineTransform::multiply() is non-const).