Comment 41 for bug 293940

Revision history for this message
Chris (mail-christianmayer) wrote :

The attached new version has a few improvements:

- bug fix: stop scanning as soon as a new entity (i.e. line[0]==0) arrives.
- bug fix: don't display some formatation in the strings (like \S or \W). A better solution would be to parse and format the string accordingly
- basic implementation of the HATCH entity

To make me happy two things are missing at the moment:
- the HATCH entity should display the partterns
- the DIMENSION entity isn't supported yet
And additionally I'd like to have the DXF scaled correctly. Scaling it to fit a A4 page looses the scale (e.g. the DXF file I'm using has a scale of 1:50 for an A1 paper IIRC)

Anyway: even the current implementation is good enough to add it on the next inkscape release.