Skip to content
Snippets Groups Projects

Add Reichstaler

Merged Michelle Weidling requested to merge feature/#101-rth into develop
1 file
+ 20
2
Compare changes
  • Side-by-side
  • Inline
@@ -397,8 +397,26 @@ declare function simple2xhtml:recursion($nodes as node()*) as node()* {
simple2xhtml:recursion($sub/node())
}
}
else if($node/@ref = "#hb") then
()
else if($node/@ref = "#rth") then
element xhtml:span {
attribute class {'g rth'},
<xhtml:div class="hover">Reichstaler</xhtml:div>,
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 82 107">
{element path {
attribute fill {"none"},
attribute stroke {"darkslategrey"},
attribute stroke-width {"5"},
attribute d {
"M 24.73,35.82" ||
" C 24.73,35.82 30.36,30.73 32.00,26.55" ||
" 46.73,45.27 80.55,37.45 70.00,38.18" ||
" 16.73,50.73 -2.55,99.09 19.09,101.82" ||
" 52.00,103.45 57.09,80.00 42.91,80.91" ||
" 11.82,83.64 35.45,105.45 52.00,99.64" }}}
</svg>
}
else
()
Loading