summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/extension/internal/latex-pstricks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/latex-pstricks.cpp b/src/extension/internal/latex-pstricks.cpp
index f33a0d2b8..a2d0d87f7 100644
--- a/src/extension/internal/latex-pstricks.cpp
+++ b/src/extension/internal/latex-pstricks.cpp
@@ -221,7 +221,7 @@ PrintLatex::fill(Inkscape::Extension::Print *mod,
sp_color_get_rgb_floatv(&style->fill.value.color, rgb);
os << "{\n\\newrgbcolor{curcolor}{" << rgb[0] << " " << rgb[1] << " " << rgb[2] << "}\n";
- os << "\\pscustom[fillstyle=solid,fillcolor=curcolor]\n{\n";
+ os << "\\pscustom[linestyle=none,fillstyle=solid,fillcolor=curcolor]\n{\n";
print_bpath(os, bpath->path, transform);