Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Dr. Martin Goik
GoikLectures
Commits
eb81aada
Commit
eb81aada
authored
Jul 19, 2020
by
Dr. Martin Goik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Display master layer regardless of style="display:none"
parent
61fe78f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
ws/Docbook/Preprocess/Xsl/docbookExtractFig.xsl
ws/Docbook/Preprocess/Xsl/docbookExtractFig.xsl
+4
-2
No files found.
ws/Docbook/Preprocess/Xsl/docbookExtractFig.xsl
View file @
eb81aada
...
...
@@ -157,7 +157,9 @@
</xsl:if>
<xsl:apply-templates
select=
"."
mode=
"sortLayer"
/>
<xsl:copy-of
select=
"$masterSlide"
/>
<svg:g
style=
"display:inline"
>
<!-- Override inkscape setting -->
<xsl:copy-of
select=
"$masterSlide/@*[not(name(.)='style')]|$masterSlide/*"
/>
</svg:g>
</svg>
</xsl:result-document>
</xsl:for-each>
...
...
@@ -166,7 +168,7 @@
</xsl:template>
<xsl:template
match=
"svg:g"
mode=
"sortLayer"
>
<svg:g>
<svg:g
style=
"display:inline"
>
<!-- Override inkscape setting --
>
<xsl:copy-of
select=
"@*[not(name(.)='style')]|*"
/>
</svg:g>
</xsl:template>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment