Skip to content
  • Dmitry Kazakov's avatar
    Fix a threading crash caused by transformation masks · 5cff2b6f
    Dmitry Kazakov authored
    The mask must not access pixels outside its need rect, it breaks
    a contract between it and the scheduler. And since affine transformations
    use bilinear interpolation, we should provide one more pixel in needRect.
    
    BUG:412488
    5cff2b6f