summaryrefslogtreecommitdiff
path: root/src/cairo-svg-surface.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-05Gradient updates in SVG backend and no sorting of color stops in SVG or PDF b...David Reveman1-39/+34
2005-12-30no more has_clip boolean. Init clip_level. (_cairo_surface_intersect_clip_pat...Emmanuel Pacaud1-6/+6
2005-12-28namespace declarations for SVG and XLINK (#5411).Emmanuel Pacaud1-1/+4
2005-12-21store surfaces in a <g> node, and clip to surface area. Now SVG backend shoul...Emmanuel Pacaud1-28/+44
2005-12-19fix stroke linewidth and dashes, I hope. Emit stroke-dashoffset.Emmanuel Pacaud1-2/+10
2005-12-19CAIRO_CAN_TEST_SVG_SURFACE depends on librsvg.Emmanuel Pacaud1-28/+150
2005-12-16Globally rename "operator" to "op", to allow writing backends in C++Christian Biesinger1-10/+10
2005-12-08add optionnal disabled by default SVG backend.Emmanuel Pacaud1-0/+1330