Comment 58 for bug 293940

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

Hi Alvin,

I just tried your version. To make it run I needed to change two lines:

********
195c195
< a = math.atan(ym/xm)
---
> a = math.atan2(ym,xm)
251c251
< name = line[1]
---
> name = unicode(line[1], "iso-8859-1")
********

Apart from that it's nice that the color in the HATCH is working now (patterns are still missing...).

For my files the last version I had posted is working much better though (but that was to be expected as your version was using the version of Feb 20). Probably the best solution would be to just use the export_HATCH from your latest file to replace my version and use the rest of my latest file (the diff above is already included in that file)