gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] Re: Programmatically creating filled shape characters (was:


From: strk
Subject: [Gnash-dev] Re: Programmatically creating filled shape characters (was: Drawing bitmaps)
Date: Wed, 14 Feb 2007 10:08:24 +0100

On Tue, Feb 13, 2007 at 05:57:48PM +0100, Udo Giacomozzi wrote:

> A 20x10 rectangle (origin 0/0) would be:
> 
>       path p(20, 10, 0, -1, -1);
>       
>       edge es0(20,  0, 20,  0);  // right side
>       edge e01( 0,  0,  0,  0);  // top side
>       edge e12( 0, 10,  0, 10);  // left side
>       edge e23(20, 10, 20, 10);  // bottom side

...

> Hope I could clarify some things :)

Yes, thanks !
I committed the new code, but still don't see the rendering.
draw_shape is called, and paths are found. Any idea ?

To try it:

        $ gnash <jpegfile>

--strk;




reply via email to

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