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/dev_trace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fitz/dev_trace.c') diff --git a/fitz/dev_trace.c b/fitz/dev_trace.c index 758a18f9..9e6853b8 100644 --- a/fitz/dev_trace.c +++ b/fitz/dev_trace.c @@ -84,7 +84,7 @@ fz_trace_stroke_path(void *user, fz_path *path, fz_stroke_state *stroke, fz_matr printf("linewidth); printf("miterlimit=\"%g\" ", stroke->miterlimit); - printf("linecap=\"%d\" ", stroke->linecap); + printf("linecap=\"%d,%d,%d\" ", stroke->start_cap, stroke->dash_cap, stroke->end_cap); printf("linejoin=\"%d\" ", stroke->linejoin); if (stroke->dash_len) -- cgit v1.2.3