Files
ladybird/Userland/Libraries/LibGfx/AffineTransform.cpp
Andreas Kling c69b266e43 LibGfx: Add fast path for multiply() with identity transforms
This is a no-op, and exiting early is useful as it cuts time spent in
AffineTransform::multiply() from 3% to 2% when hovering links on
ziglang.org.
2024-03-02 13:00:09 +01:00

5.9 KiB