Skip to content
  • Ell's avatar
    Issue #1884 - Incorrect font when export to png · daa12a1e
    Ell authored
    In gimp_layer_convert(), avoid converting the drawable type when
    the source and destination color profiles are equal, if otherwise
    unnecessary.  Otherwise, text layers get unnecessarily re-rendered
    during conversion, and, by extension, during image duplication
    (which happens when exporting to any format that requires merging
    down the image).  This may cause the text layer to appear
    differently in the duplicated image, or even use a different font
    if the original font doesn't exist.
    
    (cherry picked from commit a826a193)
    daa12a1e