summaryrefslogtreecommitdiffstats
path: root/src/display/inkscape-cairo.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix bug with garbage lines caused with close_path when part of a subpath is ↵bulia byak2008-04-071-2/+12
| | | | | optimized out (bzr r5360)
* switch to using NR::Maybe for area rectbulia byak2007-03-191-3/+5
| | | (bzr r2713)
* optimize cairo paths by not drawing segments that are outside of view (for ↵bulia byak2007-03-181-13/+38
| | | | | stroke only); increase tolerance for picking, not calculate wind when it's not needed (bzr r2700)
* render text in outline mode via cairo (still no endian-safe); factor out ↵bulia byak2007-03-011-0/+108
helper functions (bzr r2470)