Ticket #3669 (closed defect: fixed)
image scaling broken in Labyrinth (mapa metales)
| Reported by: | walter | Owned by: | manuq |
|---|---|---|---|
| Priority: | Unspecified by Maintainer | Milestone: | 0.96 |
| Component: | Labyrinth | Version: | Git as of bugdate |
| Severity: | Unspecified | Keywords: | 12.1.0, patch, olpc-test-passed |
| Cc: | Distribution/OS: | Unspecified | |
| Bug Status: | Unconfirmed |
Description
Line 126 of ImageThought.py is passing float values to simple_scale.
a simple patch of casting the floats to ints will fix the problem.
self.pic = self.orig_pic.scale_simple(int(pic_w), int(pic_h), scale)
Version 12 running on 11.3.1
Change History
Note: See
TracTickets for help on using
tickets.
