summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-12-03 16:23:59 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-12-03 16:23:59 +0000
commite592349e6831dc3ea7c665f3672bbbcd7afd739b (patch)
tree0581aa2beb48a4f8df43bbf7098f584033299857 /src
parentConvert document string to raw string (removes all escaping). (diff)
downloadinkscape-e592349e6831dc3ea7c665f3672bbbcd7afd739b.tar.gz
inkscape-e592349e6831dc3ea7c665f3672bbbcd7afd739b.zip
Fix rendering tests (Launchpad bug 1805804).
Diffstat (limited to 'src')
-rw-r--r--src/io/file-export-cmd.cpp2
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)
{
}