mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-26 15:25:48 +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).