Files
ladybird/Userland/Libraries/LibGfx/Path.cpp
Andreas Kling c8c3828b59 LibGfx: Avoid invalidation when Path::close() is a no-op
If the path is already closed, calling close() is a no-op, and we don't
need to invalidate the split lines cache.
2021-09-17 13:41:34 +02:00

9.9 KiB