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

Hisham Mardam Bey hisham.mardambey at gmail.com
Wed Aug 3 07:55:26 EDT 2005


Hello folks,

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);

For some reason, this gives an error status (matrix not invertible), I
didnt investigate yet, but I wanted to know if someone would also look
into it.

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.

Best Regards,
Hisham.

-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


More information about the Mono-winforms-list mailing list