summaryrefslogtreecommitdiffstats
path: root/src/display/inkscape-cairo.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* improve speed of getting curves to cairo, the same way as boundingbox calcula...Johan B. C. Engelen2008-06-241-12/+30
* add helpers for creating cairo_t for a canvas bufbulia byak2008-06-241-6/+22
* fix typo in feed_path_to_cairo, potential bugJohan B. C. Engelen2008-06-141-1/+1
* add rendering to cairo from Geom::Path and Geom::PathVector !Johan B. C. Engelen2008-06-081-6/+115
* complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen2008-05-091-1/+1
* fix bug with garbage lines caused with close_path when part of a subpath is o...bulia byak2008-04-071-2/+12
* switch to using NR::Maybe for area rectbulia byak2007-03-191-3/+5
* optimize cairo paths by not drawing segments that are outside of view (for st...bulia byak2007-03-181-13/+38
* render text in outline mode via cairo (still no endian-safe); factor out help...bulia byak2007-03-011-0/+108