Inkscape.org
Beyond the Basics Interpolation issue
  1. #1
    kvnmcwebn kvnmcwebn @kvnmcwebn

    Hello, I'm not sure if this is an issue or not but when interpolating between two curved paths, with the same number of anchor points, there is a random scale and warp transformation in mid interpolation point. Are curved lines too much for interpolating?

    Bitmap
  2. #2
    Javier Samudio Javier Samudio @JavierSam

    I guess that both lines need to have the same direction. Try mirroring one of them. It might works.

  3. #3
    kvnmcwebn kvnmcwebn @kvnmcwebn

    ok thank you, I'll try

  4. #4
    Tyler Durden Tyler Durden @TylerDurden

    I'd try reversing one path before running the extension.

  5. #5
    kvnmcwebn kvnmcwebn @kvnmcwebn

    Thank you Javier and Tyler, mirroring one of the paths worked very well! I don't understand the direction being different but it works...

     

    Interpolate
  6. #6
    Paddy_CAD Paddy_CAD @Paddy_CAD

    The first node of the interpolated path lies between the first node of path A and the first node of path B. Reversing path B moves the first node to the other end.

  7. #7
    kvnmcwebn kvnmcwebn @kvnmcwebn

    I see, that would explain the scale of the middle interpolated path. thank you Paddy.