swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Shape morphing question


From: Matthias Kramm
Subject: Re: [Swftools-common] Shape morphing question
Date: Sun, 27 Nov 2005 10:53:19 +0100
User-agent: Mutt/1.5.6i

On Thu, Nov 24, 2005 at 07:29:04PM +0100, Jacek Brzeski wrote:
> # first two shapes, before and after, just example.
> .outline alo1:
>       M 28.178570,44.250000 L 0.50000000,25.678570 L 49.607140,0.50000000 
>       L 10.678570,26.035720 L 28.178570,44.250000
> .end
> 
> .outline alo1b:
>       M 28.178570,44.250000 L 10.5,25.678570 L 49.607140,0.50000000 L 
>       10.678570,26.035720 L 28.178570,44.250000
> .end
> 
> # then definition of morphing
> .morphshape morphthing start=alo1 end=alo1b
> but it doesn't show anything. What am i missing?

.morphshape is now implemented yet.
It's on my TODO list however. Pretty close to the top.

> And how do i do filled shape? I couldn't make it work...?

The syntax for doing filled shapes will be 

    .outline o1:
        #...
    .end

    .outline o2:
        #...
    .end
    .filled f1 outline=o1 fill=green line=3
    .filled f2 outline=o2 fill=red line=5

    .morphshape mymorph start=f1 end=f2

Greetings

Matthias






reply via email to

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