From 94a50be10b6a76175d1107c2a92c73f3490d1445 Mon Sep 17 00:00:00 2001 From: Glenn Kennard Date: Sat, 19 Apr 2008 12:01:33 +0200 Subject: Support hairlines (zero-width lines) --- include/fitz/draw_path.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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); -- cgit v1.2.3