From ba9254a2e9356605116d3eb51e5a92a57b488b20 Mon Sep 17 00:00:00 2001 From: Maren Hachmann <934908-Moini@users.noreply.gitlab.com> Date: Tue, 17 May 2022 18:28:49 +0000 Subject: [PATCH] Adjust page and desk color, so the page becomes invisible again with Inkscape 1.2 defaults. --- tutorials/tutorial-svg.xsl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tutorials/tutorial-svg.xsl b/tutorials/tutorial-svg.xsl index 567c30b5..d9346048 100644 --- a/tutorials/tutorial-svg.xsl +++ b/tutorials/tutorial-svg.xsl @@ -132,7 +132,9 @@ inkscape:window-y="0" showborder="false" showguides="false" - snaptoguides="true"/> + snaptoguides="true" + inkscape:deskcolor="#ffffff" + pagecolor="#ffffff"/> -- GitLab