skymakerolof / dxf

DXF parser for node/browser
https://www.npmjs.com/package/dxf
MIT License
335 stars 122 forks source link

svg render #115

Open EslamNemr opened 1 year ago

EslamNemr commented 1 year ago

Hi; I just wonder why not giving y negative sign to rendered SVG and not provide transform attr. with -1

since some rendered entity to svg will shown upside down like text entity I know lib still not provide text to be rendered as SVG now but as feature it will make SVG rendered more logical; I tried give -ve sign to lines and circle with remove transform matrix and its work fine I didn't test other entities yet result ![image](https://user-images.githubusercontent.com/42042051/200595437-f38a6b4e-f2bc-4abe-b123-29df5c291d32.png)