summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcl/pginit.c6
-rw-r--r--pxl/pxgstate.c1
2 files changed, 0 insertions, 7 deletions
diff --git a/pcl/pginit.c b/pcl/pginit.c
index e76ccbf56..2eb82afd2 100644
--- a/pcl/pginit.c
+++ b/pcl/pginit.c
@@ -116,13 +116,7 @@ hpgl_do_reset(
pcs->memory,
"hpgl_do_reset polygon buffer"
);
-
- /*
- * HAS This is required for GL/2 but probably should
- * be maintained locally in gl/2's state machinery
- */
gs_setlimitclamp(pcs->pgs, true);
- gs_setcurvejoin(pcs->pgs, gs_join_bevel);
} else
gx_path_new(&pcs->g.polygon.buffer.path);
diff --git a/pxl/pxgstate.c b/pxl/pxgstate.c
index 8004792c5..4d02961a4 100644
--- a/pxl/pxgstate.c
+++ b/pxl/pxgstate.c
@@ -262,7 +262,6 @@ px_initgraphics(px_state_t *pxs)
/* We need the H-P interpretation of zero-length lines */
/* and of using bevel joins for the segments of flattened curves. */
gs_setdotlength(pgs, 72.0 / 300, true);
- gs_setcurvejoin(pgs, gs_join_bevel);
}
/* we always clamp coordinates hp does not seem to report
limit checks in paths */