In gtkinit.py, lines 1329-1330 should read:
_pxmin = _pvx - _pr
_pymin = _pvy - _pr
For proper angular dimensioning to take place. At least, it works a whole
lot better than when it said:
_pxmin = _px - _pr
_pymin = _py - _pr
because _px and _py apparently didn't exist.
I must be learning something. I fixed a bug.
Ed
_______________________________________________
PythonCAD mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pythoncad
