diff options
author | Werner Almesberger <werner@almesberger.net> | 2016-08-02 17:26:02 -0300 |
---|---|---|
committer | Werner Almesberger <werner@almesberger.net> | 2016-08-02 17:26:02 -0300 |
commit | 6d3816cf91a31fd36e71e418a45c92a4851cf8d2 (patch) | |
tree | aee9cad034e3f58808448e1854c7916c954b5194 /TODO | |
parent | cb025561da2fc0a1f4de932267af4b66b41b83ab (diff) | |
download | eeshow-6d3816cf91a31fd36e71e418a45c92a4851cf8d2.tar.gz eeshow-6d3816cf91a31fd36e71e418a45c92a4851cf8d2.tar.bz2 eeshow-6d3816cf91a31fd36e71e418a45c92a4851cf8d2.zip |
eeshow/cro.c: set line cap to CAIRO_LINE_CAP_ROUND or CAIRO_LINE_CAP_SQUARE
CAIRO_LINE_CAP_ROUND is the same as in FIG mode.
Note that all non-dashed lines disappear when generating PDF and
CAIRO_LINE_CAP_ROUND is set. For now, we just use CAIRO_LINE_CAP_SQUARE.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,3 +22,4 @@ - move path name guessing into file.c - return indication of whether diff found any differences - in diff, pass only options understood by cairo_png +- find out why in Cairo PDF non-dashed lines disappear if CAIRO_LINE_CAP_ROUND |