Skip to content
  • Hans Breuer's avatar
    svg: retain current point over path split · 71090b44
    Hans Breuer authored
    SVGs with relative movement produced wrong results, when that
    path was split (e.g. car.svg from Inkscape examples). Now the
    current_point is retained across the splitting loop.
    
    Slightly related: handle a second move command directly after
    the initial one gracefully (there are too many borked SVG generators;))
    71090b44