TUPLE: line x1 y1 x2 y2 ; C: line GENERIC: >svg ( object -- string ) M: line >svg unzip [ number>string "\"" dup surround "=" glue ] 2map " " join "" surround ;