Skip to content
  • Dmitry Kazakov's avatar
    Fix small jumps in free transform when the object is mirrored · 9509bce9
    Dmitry Kazakov authored
    When the scale crosses the zero value, the algorithm could behave
    in a less stable way. To overcome this issue, for the reference value
    we shouldn't use any distance term. Instead we should calculate the
    expected position for the moved point and pass it to the algorithm
    explicitly.
    
    BUG:426949
    9509bce9