Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LibPDF: Use draw_rect() to show debug clipping rects #24677

Merged
merged 1 commit into from
Jul 12, 2024

Commits on Jul 7, 2024

  1. LibPDF: Use draw_rect() to show debug clipping rects

    Using the path rasterizer here is much slower than simply drawing four
    lines. This also more accurately shows the (real) clip as the bounding
    box is truncated to an int before adding it as a clip rect.
    
    Fixes SerenityOS#23056
    MacDue committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    fa3de1a View commit details
    Browse the repository at this point in the history