From f04ff9cf7f22f9a34f6e9ed1d8159fe67eb2c79d Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 6 Dec 2004 18:08:20 +0100 Subject: xref parse workaround. font config messing. shade cleanup. --- tree/path.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tree') diff --git a/tree/path.c b/tree/path.c index b623d25c..24b4dfc8 100644 --- a/tree/path.c +++ b/tree/path.c @@ -163,6 +163,9 @@ fz_endpath(fz_pathnode *path, fz_pathkind paint, fz_stroke *stroke, fz_dash *das path->miterlimit = stroke->miterlimit; } + if (path->linewidth < 0.01) + path->linewidth = 0.01; + return nil; } -- cgit v1.2.3