Skip to content
  • Dmitry Kazakov's avatar
    Fix a transparency leaking into the stroke when the brush is too pierced · 7167998b
    Dmitry Kazakov authored
    In dulling mode with Smudge Radius desabled it may happen that the only
    sampled pixel is masked out by the brush mask. It will cause the dulling
    fill color to be fully transparent.
    
    To overcome the issue we should sample a bit more data than allowed
    by smudge radius option until we find at least some non-transparent
    pixels in the mask.
    7167998b