Hi,
Thanks for the bug report. 100.0 is the desired value. This has been fixed in 0.91, 0.92, and trunk. Please always include version information with bug reports.
Tav
On Wed, 2016-10-26 at 21:27 -0700, Timo Birnschein wrote:
Hey guys,
there seems to be a bug in dxf-import.py in line 443:
w = 90.0/25.4*vals[groups['370']][0]/00.0
This always crashed with a division by 0. A quick look reveals, this has to crash. I found a bugfix online which makes this line:
w = 90.0/25.4*vals[groups['370']][0]/100.0
That helps and provides the desired results. The question is if this is the desired value or if the developer intended a different number?
Cheers, Timo
The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling catch you by surprise? Reconnect with the command line and become more productive. Learn the new .NET and ASP.NET CLI. Get your free copy! http://sdm.link/telerik _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel