Skip to content
  • Albert Astals Cid's avatar
    Splash rework, check if font is inside clip area before rendering it to a... · 2a333e5a
    Albert Astals Cid authored
    Splash rework, check if font is inside clip area before rendering it to a temporary bitmap. Fixes KDE bug 150693
    
    This change is not trivial. What i did is:
    It is getGlyph the one that does the intersection between clip area and rendering area of the font instead fillGlyph2
    That means some clipRes = state->clip->testRect but we win more robustness against broken pdf that specify HUGE fonts
    2a333e5a