Skip to content

Commit

Permalink
Merge pull request #1013 from UV-CDAT/vector-text-paths
Browse files Browse the repository at this point in the history
Export text as paths in vector exports.
  • Loading branch information
doutriaux1 committed Feb 11, 2015
2 parents e85c16f + 37bfcac commit e90bb34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Packages/vcs/Lib/VTKPlots.py
Original file line number Diff line number Diff line change
Expand Up @@ -1342,6 +1342,7 @@ def vectorGraphics(self, output_type, file, width=None, height=None, units=None)
gl.SetInput(self.renWin)
gl.SetCompress(0) # Do not compress
gl.SetFilePrefix(".".join(file.split(".")[:-1]))
gl.TextAsPathOn()
if output_type=="svg":
gl.SetFileFormatToSVG()
elif output_type == "ps":
Expand Down

0 comments on commit e90bb34

Please sign in to comment.