• Michael Stahl's avatar
    tdf#90604: vcl: reduce MapMode precision further to 32 bits... · 21be3257
    Michael Stahl yazdı
    ... which mysteriously causes the Export PNG to produce a non-blank
    image again.
    
    The cause is probably that DocumentToGraphicRenderer::renderToGraphic()
    records a VCL MetaFile, and the ReadFraction/WriteFraction do only
    32 bits, while the Fraction interface promises to handle "long".
    
    (regression from 2ce0aede)
    
    Change-Id: Ic4289a3157ea802c17f0bc24db94ea45eabd9728
    21be3257
map.cxx 79.1 KB