Assuming this is the only problem, it's a bug- the bitmaps and canvas
widget should render the same. If you have an example case demonstrating
the bug, send it. Otherwise I'll take a look at this soon.

On Wed, Jan 15, 2003 at 02:51:25PM +0100, Olivier Bornet wrote:
> Hello again,
> 
> another question is : can we use a bitmap instead of a canvas. This
> mean, instead of:
> 
> >     pgWriteCmd (canvas,
> >                 PGCANVAS_GROP, 6,
> >                 PG_GROP_ROTATEBITMAP, 0, w, h, w, image);
> 
> can I use:
>       pgRender (bitmap,
>                 PGCANVAS_GROP, 6,
>                 PG_GROP_ROTATEBITMAP, 0, w, h, w, image);
> 
> assuming bitmap was created correctly before (with pgCreateBitmap). I
> have try this without success (just a little time tough). I can do other
> pgRender things, like PG_GROP_RECT or PG_GROP_LINE, but the use of
> PG_GROP_ROTATEBITMAP or PG_GROP_BITMAP do nothing.
> 
> Thanks in advance.
> 
>               Olivier
> -- 
> Olivier Bornet                      http://www.smartdata.ch/
> [EMAIL PROTECTED]         SMARTDATA SA
> Phone: +41-27-723'55'03             Rue du Coll?ge 5A
> GPG key ID: C53D9218                CH-1920 Martigny



-- 
Only you can prevent creeping featurism!


-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache 
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to