summaryrefslogtreecommitdiff
path: root/rsvg-cairo-clip.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused RsvgRender vfuncsChristian Persch2011-11-271-9/+0
* Use cairo image surfacesChristian Persch2011-11-271-0/+11
* Add rsvg_get_surface_of_nodeChristian Persch2011-11-261-0/+1
* Use cairo_append_pathChristian Persch2011-11-071-21/+1
* Use cairo_path_tChristian Persch2011-11-071-12/+12
* Use cairo_matrix_tChristian Persch2011-11-071-20/+19
* Use cairo_rectangle_tChristian Persch2011-11-071-4/+4
* Use cairo_path_data_type_t directlyChristian Persch2011-11-071-6/+4
* Use cairo_fill_rule_t directlyChristian Persch2011-11-071-4/+1
* Make RsvgCairoClipRender inherit RsvgCairoRenderChristian Persch2011-11-071-20/+24
* Fix invalid cast and struct member accessChristian Persch2011-11-071-2/+2
* Add RsvgRender type checkingChristian Persch2011-11-071-3/+9
* Fix crash when rendering tests/svg1.1/svg/masking-path-04-b.svg.Hiroyuki Ikezoe2010-05-301-0/+2
* [PATCH 2/3] Follow up fix of RsvgState change.Hiroyuki Ikezoe2010-05-021-2/+2
* set proper mode-line and fix indent.Hiroyuki Ikezoe2010-04-301-12/+13
* Bug 500787 - translation gets ignored when rendering an svg with cairo inBertram Felgenhauer2008-01-191-10/+10
* Rendering magnified SVGs with rsvg-cairo produces blurry images (#412682)Dom Lachowicz2007-07-201-1/+1
* Fix clipping regression introduced by the 2006-10-13 patch (bug 388545)Kouhei Sutou2007-01-251-0/+19
* Fix indentation of *.h files. Running indent on them was not a good idea.Emmanuel Pacaud2007-01-121-1/+1
* Indentation fix, using: indent -kr -nut -pcs -psl -i4 -l100Emmanuel Pacaud2007-01-121-102/+97
* Fix bug with scaling + clipping reported on cairo-devel.Kouhei Sutou2006-10-131-19/+0
* cairo filter improvementsCaleb Michael Moore2005-10-191-1/+1
* cairo clip path stuffCaleb Michael Moore2005-10-121-5/+6
* objectBoudingBox clip paths and masksCaleb Michael Moore2005-10-121-2/+26
* clip paths now inCaleb Michael Moore2005-10-081-0/+162