hello Michael, > CurveTo, however, seems to be a very different beast and I haven't been > able to figure one for that. Any thoughts?
not really, only that it would be very cool to have. i always assumed it would be normal quadratic beziers, control point and then end point. anyway, just to add some additional motivation, afaik glyphs work pretty much the same. imagine glyph outlines stored as arrays.... mmmhhmmmm.... :) mark On 1/11/06, Michael Wills <[EMAIL PROTECTED]> wrote: > Hello there, > > I am new user with swfmill and I have to say it is quite incredible. > > I was just wondering if anyone knows how to get the LineTo and CurveTo > tags to reliably convert into Actionscript drawing commands. I got > LineTo working but I had to essentially add the accumlative x and y > values to get it to draw what I was expecting. By that I mean if sfwmill > reports the points are 0,10 10,10 10,-10 -10,0, then the LineTo commands > would need 0,10 10,20 20,10 10,10. That is a very simplistic example and > there was a little more math involved because of the apparent > differences in the registration points... still digging... I am not > totally sure how right my guesses are. > > CurveTo, however, seems to be a very different beast and I haven't been > able to figure one for that. Any thoughts? > > Thanks in advance > Michael > > _______________________________________________ > swfmill mailing list > [email protected] > http://osflash.org/mailman/listinfo/swfmill_osflash.org > -- http://snafoo.org/ jabber: [EMAIL PROTECTED] _______________________________________________ swfmill mailing list [email protected] http://osflash.org/mailman/listinfo/swfmill_osflash.org
