friction2d / friction

Friction Graphics
https://friction.graphics
GNU General Public License v3.0
233 stars 12 forks source link

SVG import does not support <line> #188

Closed vestineo closed 3 months ago

vestineo commented 3 months ago

<line> tag from SVG file get ignored. I have attached screenshot from Inkscape and frcition to show the difference.

Friction Screenshot 2024-06-13 220902

Inkscape image

SVG File line

vestineo commented 3 months ago

I have made changes to svgimporter to support line tag. I would love to contribute to the project and create a pull request.

Screenshot 2024-06-13 225042

rodlie commented 3 months ago

I have made changes to svgimporter to support line tag. I would love to contribute to the project and create a pull request.

Sure, any issue with a fix is always welcome :+1:

rodlie commented 3 months ago

Note: the default repository when doing PR is enve, remember to switch to friction2d/friction/main.