[libGD] #104 [Comment added] bounding rectangle pixel rounding error
[email protected] (libGD) Mon, 30 Jul 2007 22:17:17 +0000
| Newsgroups | php.gd.bugs |
|---|---|
| Message-ID | <[email protected]> |
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#104 - bounding rectangle pixel rounding error User who did this - Bob Rostermann (rfoNYC) ---------- ewwwww, how about: <code>1367,1370c1367,1370 < total_min.x -= METRIC_RES; < total_min.y -= METRIC_RES; < total_max.x += METRIC_RES; < total_max.y += METRIC_RES; --- > total_min.x -= METRIC_RES/2; > total_min.y -= METRIC_RES/2; > total_max.x += METRIC_RES/2; > total_max.y += METRIC_RES/2; </code> ---------- More information can be found at the following URL: http://bugs.libgd.org/?do=details&task_id=104#comment308 You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.