summaryrefslogtreecommitdiffstats
path: root/src/display/inkscape-cairo.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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