[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Strange curve point values on outline
From: |
Just van Rossum |
Subject: |
Re: Strange curve point values on outline |
Date: |
Thu, 2 Mar 2000 19:01:39 +0100 |
At 5:33 PM +0000 02-03-2000, Satpal Chander wrote:
>The porblem is that when I inquire as to the value of
>x and y from the outline.points->x/y I get only values
>of 2454 for x and 1024 for y.
Erm, what you quote seems wrong, but since I can't see the real code I must
guess.
outline.points->x *always* return the first point. I think you mean
outline.points[i].x
Just