[cairo] SVG backend patch - update
Emmanuel Pacaud
emmanuel.pacaud at univ-poitiers.fr
Sun Aug 7 04:33:00 PDT 2005
Le dimanche 07 août 2005 à 11:57 +0200, Emmanuel Pacaud a écrit :
> image snippets have
> misplacement problems.
That was a typo.
+ _cairo_dtostr (buffer, sizeof buffer, image->width);
+ xmlSetProp (child, CC2XML ("height"), C2XML (buffer));
>>
+ _cairo_dtostr (buffer, sizeof buffer, image->height);
+ xmlSetProp (child, CC2XML ("height"), C2XML (buffer));
imagepattern still doesn't work though.
More information about the cairo
mailing list