Skip to content
  • Sven Neumann's avatar
    Bug 631885 - GIMP fails to import a path from SVG · beef765b
    Sven Neumann authored
    If a moveto is followed by multiple pairs of coordinates, the
    subsequent pairs are supposed to be treated as implicit lineto
    commands.
    
    The parser used to ignore this part of the SVG specification and
    treated subsequent pairs of coordinates as moveto commands (which
    is correct in general, but for moveto commands there is this
    explicit exception of the general rule).
    beef765b