Re: 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

Re: canvas overlapping bug?

From: Aleks <vuje@ifg.uni-hannover.de>
Date: Thu Dec 01 2005 - 10:06:22 CET

Oh, forgot to mention the version. This is both true for 8.4.5 and 8.4.11

Aleks schrieb:
> 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:31 2005