summaryrefslogtreecommitdiff
path: root/test-performance.c
Commit message (Collapse)AuthorAgeFilesLines
* part of bug 153671Dom Lachowicz2004-09-251-1/+1
|
* rsvg_init(), rsvg_term() to cu down on libxml2 leaking memory out the butt...Dom Lachowicz2004-09-101-1/+3
|
* re-merge the RSVG-filters branch back into HEADDom Lachowicz2004-03-181-7/+72
|
* add test-performance.cMichael Meeks2002-02-201-0/+58
2002-02-20 Michael Meeks <michael@ximian.com> * Makefile.am: add test-performance.c * test-performance.c: impl. 2002-02-17 Michael Meeks <michael@ximian.com> * rsvg.c (rsvg_handle_write): make sure we set replaceEntities before we parse any of the buffer. (rsvg_pixbuf_from_file_at_size), (rsvg_pixbuf_from_file_at_zoom): read / parse SVG_BUFFER_SIZE bytes at a time, not 3. (rsvgSAXHandler): kill bogus module global. (rsvg_error_cb): impl.