Skip to content

Commit

Permalink
Undo "rewritten" double rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Aug 22, 2017
1 parent 4fe4d8a commit 7a3d47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/postprocess-svgs.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
Since this will be rendered differently in print, the inner <g/> can be deleted.
-->
<xsl:template match="g[tokenize(@class, '\s+') = 'text-decoration-type-erase'
<xsl:template match="g[tokenize(@class, '\s+') = ('text-decoration-type-erase', 'text-decoration-type-rewrite')
and text
and preceding-sibling::*[1]/self::text
and text/text() = preceding-sibling::text[1]/text()]"/>
Expand Down

0 comments on commit 7a3d47a

Please sign in to comment.