diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-12-03 16:23:59 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-12-03 16:23:59 +0000 |
| commit | e592349e6831dc3ea7c665f3672bbbcd7afd739b (patch) | |
| tree | 0581aa2beb48a4f8df43bbf7098f584033299857 /src/io/file-export-cmd.cpp | |
| parent | Convert document string to raw string (removes all escaping). (diff) | |
| download | inkscape-e592349e6831dc3ea7c665f3672bbbcd7afd739b.tar.gz inkscape-e592349e6831dc3ea7c665f3672bbbcd7afd739b.zip | |
Fix rendering tests (Launchpad bug 1805804).
Diffstat (limited to 'src/io/file-export-cmd.cpp')
| -rw-r--r-- | src/io/file-export-cmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/file-export-cmd.cpp b/src/io/file-export-cmd.cpp index 0e57ae01e..299ecc599 100644 --- a/src/io/file-export-cmd.cpp +++ b/src/io/file-export-cmd.cpp @@ -52,7 +52,7 @@ InkFileExportCmd::InkFileExportCmd() , export_pdf_level("1.5") , export_latex(false) , export_id_only(false) - , export_background_opacity(1.0) + , export_background_opacity(0.0) // Transparent default , export_plain_svg(false) { } |
