summaryrefslogtreecommitdiff
path: root/xps/xpspage.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2008-04-01 13:45:11 +0000
committerTor Andersson <tor.andersson@artifex.com>2008-04-01 13:45:11 +0000
commitecdfc0cfd78e4ec530317d34289f1b9593b68d30 (patch)
tree94c0874c00129e25fffe94138af25ffe4e026783 /xps/xpspage.c
parente6bc5d29eee77c10d32ff49512edd685080c175f (diff)
downloadghostpdl-ecdfc0cfd78e4ec530317d34289f1b9593b68d30.tar.gz
Support IsStroked and IsFilled attributes when drawing paths.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@3055 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'xps/xpspage.c')
-rw-r--r--xps/xpspage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xps/xpspage.c b/xps/xpspage.c
index a38d3fcae..6270c09cd 100644
--- a/xps/xpspage.c
+++ b/xps/xpspage.c
@@ -58,6 +58,7 @@ int xps_parse_canvas(xps_context_t *ctx, xps_resource_t *dict, xps_item_t *root)
if (clip_att || clip_tag)
{
+ ctx->is_stroking = 0;
if (clip_att)
xps_parse_abbreviated_geometry(ctx, clip_att);
if (clip_tag)