swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] Open-ended "CurveTo" outline, is it possible?


From: Timofey Tatarinov
Subject: [Swftools-common] Open-ended "CurveTo" outline, is it possible?
Date: Thu, 18 Mar 2010 16:53:57 +0300

Hi, I am newbie in “swftools”. I am trying to create swf consists ellipse section.

 

I write code:

.flash filename="ellipse_section.swf" version=10 bbox=400x400

    .outline ellipse_outline:

        M 400, 390

        C 400,0 0,0 0,390

    .end

    .filled ellipse outline=ellipse_outline color=blue

    .put ellipse

.end

 

I expect “swftools” create swf with open-ended ellipse section, but it is closed.

Can I draw it right?

 

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]