From c6934bd8de9d593ec51f60b7c0db9f8a2125352e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 11 Apr 2011 18:16:50 +0200 Subject: Add triangle caps; separate start, dash and end cap styles for XPS. --- fitz/fitz.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fitz/fitz.h') diff --git a/fitz/fitz.h b/fitz/fitz.h index 399c7665..7f35c417 100644 --- a/fitz/fitz.h +++ b/fitz/fitz.h @@ -784,7 +784,7 @@ struct fz_path_s struct fz_stroke_state_s { - int linecap; + int start_cap, dash_cap, end_cap; int linejoin; float linewidth; float miterlimit; -- cgit v1.2.3