Skip to content

Commit e90bb34

Browse files
committed
Merge pull request #1013 from UV-CDAT/vector-text-paths
Export text as paths in vector exports.
2 parents e85c16f + 37bfcac commit e90bb34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Packages/vcs/Lib/VTKPlots.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,6 +1342,7 @@ def vectorGraphics(self, output_type, file, width=None, height=None, units=None)
13421342
gl.SetInput(self.renWin)
13431343
gl.SetCompress(0) # Do not compress
13441344
gl.SetFilePrefix(".".join(file.split(".")[:-1]))
1345+
gl.TextAsPathOn()
13451346
if output_type=="svg":
13461347
gl.SetFileFormatToSVG()
13471348
elif output_type == "ps":

0 commit comments

Comments
 (0)