[Extendflash] Drawing lines without optimising
sathesh
sathesh at touchtelindia.net
Wed Aug 31 15:21:30 PDT 2005
Hi
>>>On Aug 30, 2005, at 9:54 AM, John Deans wrote:
I've got a graph drawing tool - you tap in a function, and it draws a graph.
The problem is that as it draws the line, I think it optimises the curve -
so that what would be, say, a nice parabola using the Drawing API in runtime
turns out to be a slightly crinkled version when drawn in Flash using JSFL.
Has anyone else come across this problem? And has anyone got a fix?
I have done a Graph tool too but didnt come across the problem you mentioned
(im also drawing straight lines only)...can you post your script so that we
can find out where things going wrong...
-----Original Message-----
From: extendflash-bounces at flashguru.co.uk
[mailto:extendflash-bounces at flashguru.co.uk]On Behalf Of John Deans
Sent: Wednesday, August 31, 2005 2:04 PM
To: extendflash at flashguru.co.uk
Subject: RE: [Extendflash] Drawing lines without optimising
Hi,
No, I'm just drawing in straight lines - I'm calculating every point and
connecting them.
John
_____
From: extendflash-bounces at flashguru.co.uk
[mailto:extendflash-bounces at flashguru.co.uk] On Behalf Of Tomas van der
Haase
Sent: 30 August 2005 18:23
To: extendflash at flashguru.co.uk
Subject: Re: [Extendflash] Drawing lines without optimising
Hello:
r u drawing in cubics [ drawingLayer.cubicCurveTo() ] or quadratics [
drawingLayer.curveTo() ]?
tomas
On Aug 30, 2005, at 9:54 AM, John Deans wrote:
Hi,
I've got a graph drawing tool - you tap in a function, and it draws a graph.
The problem is that as it draws the line, I think it optimises the curve -
so that what would be, say, a nice parabola using the Drawing API in runtime
turns out to be a slightly crinkled version when drawn in Flash using JSFL.
Has anyone else come across this problem? And has anyone got a fix?
Thanks,
John
_______________________________________________
Extendflash mailing list
Extendflash at flashguru.co.uk
http://lists.flashguru.co.uk/mailman/listinfo/extendflash
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 5672 bytes
Desc: not available
Url : http://lists.flashguru.co.uk/pipermail/extendflash/attachments/20050831/ddfba7a2/winmail.bin
More information about the Extendflash
mailing list