diff options
Diffstat (limited to 'src/bltGrMarkerLine.C')
-rw-r--r-- | src/bltGrMarkerLine.C | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bltGrMarkerLine.C b/src/bltGrMarkerLine.C index 22b788f..f9a432b 100644 --- a/src/bltGrMarkerLine.C +++ b/src/bltGrMarkerLine.C @@ -313,7 +313,9 @@ void LineMarker::print(PostScript* psPtr) psPtr->setBackground(ops->fillColor); psPtr->append(" "); psPtr->setDashes(NULL); - psPtr->varAppend("stroke\n", " grestore\n", "} def\n", NULL); + psPtr->append("stroke\n"); + psPtr->append("grestore\n"); + psPtr->append("} def\n"); } else psPtr->append("/DashesProc {} def\n"); |