Skip to content
Snippets Groups Projects
Commit 535fd07a authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

small bug fix: in postscript, clip does not consume the current path, so
if we don't do an explicit "newpath", the next command simply adds to the
clip path. (This led to a strange "box around the clip path" when the first
primitive after a clip was a line--since for a line we did not start a
new path.) Now we just add "newpath" when we start a new line, which is
the right thing (TM) to do anyway.
parent ace463ad
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment