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;


_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to