Skip to content
  • Daniel Sabo's avatar
    Fix overshoot in gegl_buffer_copy · aac9e971
    Daniel Sabo authored
    Don't attempt to COW copy a rect smaller than a tile,
    doing so will cause cow.y to get pushed outside of
    the original rect and copy more than it's supposed to.
    aac9e971