-
Additional thread:
http://objectmix.com/tcl/759582-tkpath-pimage-bug.html.
2009-05-11 11:17:32 UTC by nobody
-
Originally posted in http://bugs.activestate.com/show_bug.cgi?id=83004
tkpath with Cairo version >= 1.4 leaves blank areas on screen. See samples in activestate bug above.
thx.
2009-05-09 08:52:55 UTC by tombert
-
hobbs committed patchset 225 of module tkpath to the TclBitPrint CVS repository, changing 2 files.
2009-04-01 22:45:44 UTC by hobbs
-
hobbs committed patchset 224 of module tkpath to the TclBitPrint CVS repository, changing 5 files.
2009-04-01 00:37:23 UTC by hobbs
-
hobbs committed patchset 223 of module tkpath to the TclBitPrint CVS repository, changing 2 files.
2009-04-01 00:35:37 UTC by hobbs
-
hobbs committed patchset 222 of module tkpath to the TclBitPrint CVS repository, changing 2 files.
2009-04-01 00:34:21 UTC by hobbs
-
hobbs committed patchset 221 of module tkpath to the TclBitPrint CVS repository, changing 2 files.
2009-04-01 00:33:41 UTC by hobbs
-
Here's the fix, which explicitly snaps the doubles to integers. Verified on 64-bit Red Hat Linux. ( See http://groups.google.com/group/comp.lang.tcl/browse_thread/thread/62622f9a374080c5/5633eec6509d469b )
1965,1969c1965,1973
< (itemPtr->y1 != -1) || (itemPtr->y2 != -1)) {
< itemPtr->x1 += (int) deltaX;
< itemPtr->x2 += (int) deltaX;
< itemPtr->y1 += (int...
2009-02-21 20:47:16 UTC by nobody
-
Here's the fix, which explicitly snaps the doubles to integers. Verified on 64-bit Red Hat Linux. ( See http://groups.google.com/group/comp.lang.tcl/browse_thread/thread/62622f9a374080c5/5633eec6509d469b )
1965,1969c1965,1973
< (itemPtr->y1 != -1) || (itemPtr->y2 != -1)) {
< itemPtr->x1 += (int) deltaX;
< itemPtr->x2 += (int) deltaX;
< itemPtr->y1 += (int...
2009-02-21 20:42:22 UTC by nobody
-
9Dec2008 - tested with dll tkpath031.dll and the tkp::canvas (two line change to demo script)
result: 031 has the same bug.
2008-12-09 16:38:41 UTC by royterry