summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGlenn Kennard <glenn.kennard@gmail.com>2008-04-19 12:01:33 +0200
committerGlenn Kennard <glenn.kennard@gmail.com>2008-04-19 12:01:33 +0200
commit94a50be10b6a76175d1107c2a92c73f3490d1445 (patch)
tree695bd47bd1e7878d9a7933488dc183cc40140dbd /include
parent8dfe55b5c063236a80955c38a4f836df39a0a31c (diff)
downloadmupdf-94a50be10b6a76175d1107c2a92c73f3490d1445.tar.xz
Support hairlines (zero-width lines)
Diffstat (limited to 'include')
-rw-r--r--include/fitz/draw_path.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fitz/draw_path.h b/include/fitz/draw_path.h
index 9091c776..8ca7f6e1 100644
--- a/include/fitz/draw_path.h
+++ b/include/fitz/draw_path.h
@@ -40,6 +40,6 @@ fz_error *fz_scanconvert(fz_gel *gel, fz_ael *ael, int eofill,
fz_irect clip, fz_pixmap *pix, unsigned char *argb, int over);
fz_error *fz_fillpath(fz_gel *gel, fz_pathnode *path, fz_matrix ctm, float flatness);
-fz_error *fz_strokepath(fz_gel *gel, fz_pathnode *path, fz_matrix ctm, float flatness);
-fz_error *fz_dashpath(fz_gel *gel, fz_pathnode *path, fz_matrix ctm, float flatness);
+fz_error *fz_strokepath(fz_gel *gel, fz_pathnode *path, fz_matrix ctm, float flatness, float linewidth);
+fz_error *fz_dashpath(fz_gel *gel, fz_pathnode *path, fz_matrix ctm, float flatness, float linewidth);