Re: Tk canvas: why are some lines a pixel too short?
- From: ptw@xxxxxxxxxxxxxxxxxxxxx (Pat Wallace)
- Date: Thu, 13 Jul 2006 10:49:59 +0000 (UTC)
In article <1152785401.091646.275390@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
suchenwi <richard.suchenwirth-bauersachs@xxxxxxxxxxx> wrote:
The problem can be easily demonstrated by the following "X":
pack [canvas .c]
.c create line 10 10 20 30
.c create line 10 30 20 10
End points of the two lines seem to be truncated by one pixel.
Excellent: much better than my long-winded example.
By the way, I found one workaround for my particular application - plot
the line twice, in the two directions.
Patrick Wallace
________________________________________________________________________
.
- Follow-Ups:
- Re: Tk canvas: why are some lines a pixel too short?
- From: Geoff Battye
- Re: Tk canvas: why are some lines a pixel too short?
- References:
- Tk canvas: why are some lines a pixel too short?
- From: Pat Wallace
- Re: Tk canvas: why are some lines a pixel too short?
- From: maurice . ulis
- Re: Tk canvas: why are some lines a pixel too short?
- From: suchenwi
- Tk canvas: why are some lines a pixel too short?
- Prev by Date: Re: Tk canvas: why are some lines a pixel too short?
- Next by Date: Re: New list commands ... What do you think ? (LONG)
- Previous by thread: Re: Tk canvas: why are some lines a pixel too short?
- Next by thread: Re: Tk canvas: why are some lines a pixel too short?
- Index(es):
Relevant Pages
|