canvas overlapping bug?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

canvas overlapping bug?

From: Aleks <vuje@ifg.uni-hannover.de>
Date: Thu Dec 01 2005 - 09:58:55 CET

Hi,

I've noticed following behaviour with canvas overlapping which is at
least unexpected to me.

pack [canvas .c]
.c create line 50 100 150 100
=> 1
.c create oval 100 100 100 100 -outline red
=> 2
.c find overlapping 100 100 100 100
=> 1

Shouldn't be both items returned?

Aleks
Received on Sat Dec 3 03:28:30 2005