score:3

Accepted answer

you could make this, turning lines into compound path (right click + make compound path). that change this:

<line fill="none" stroke="#000000" stroke-miterlimit="10"
    x1="216.935" y1="158.508" x2="661.196" y2="166.705"/>

to this:

<path fill="none" stroke="#000000" stroke-miterlimit="10"
     d="m661.196,166.705l-444.262-8.197"/>

hope this help.


Related Query

More Query from same tag