Images 💾

Last commit ⭐

commit e10d5a4a232d5e0005315e239753b920bb142d18
Author:     Nico Weber <thakis@chromium.org>
AuthorDate: Sat Feb 22 19:51:02 2025 -0500
Commit:     Nico Weber <thakis@chromium.org>
CommitDate: Sun Feb 23 11:15:58 2025 -0500

    LibPDF: Implement painting of extensions of radial shadings
    
    I couldn't come up with anything nicer than listing many special cases.
    On the plus side, this seems to look correct in all cases I tried.
    I found it pretty easy to get confused and come up with a simplification
    that in fact broke something. Tests/LibPDF/shade-radial.pdf tests quite
    a few cases to prevent this. (It's a manual test for now, though.)