axibot icon indicating copy to clipboard operation
axibot copied to clipboard

Auto-scaling fails

Open tkornack opened this issue 8 years ago • 3 comments

Looks like a floating point error.

WARNING:axibot.svg:This document does not specify physical units. Auto-scaling it to fit the drawing area.
AssertionError: SVG width of 11.000000000000002 must be <= 11
'''

Using python 3.6 / macOS 10.12.2 .

tkornack avatar Dec 31 '16 18:12 tkornack

Thanks, that might be fixed in 349fa145905031bdb92f21cff880be3cd61da0de, but I haven't tried to reproduce that yet.

storborg avatar Dec 31 '16 18:12 storborg

I pulled this change, but it still seems to be an issue for me.

tkornack avatar Dec 31 '16 20:12 tkornack

This is probably fixed by 08fac51f19b1e3d298ae0b707722fbc42f042b23

pwicks86 avatar Jan 01 '17 20:01 pwicks86