[Mono-winforms-list] Re: Ongoing effort to upgrade Cairo to 0.5

Miguel de Icaza miguel at ximian.com
Thu Aug 4 12:54:41 EDT 2005


Hello,

> I'm tyring to get libgdiplus working fully with Cairo from CVS (0.5+)
> and I seem to have hit a problem in gdip_pen_setup (GpGraphics
> *graphics, GpPen *pen) in the following:
> 
>         cairo_matrix_multiply (&product, &pen->matrix, &graphics->copy_of_ctm);
>         cairo_set_matrix (graphics->ct, &product);

Do you have a sample C# test case to debug this against?


> On other notes, some of the features work, you can try out the test
> program (image drawing) and some of System.Drawing also works with
> this.

Does Winforms start up with it?

Miguel


More information about the Mono-winforms-list mailing list