mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
drop the extraneous svg group
This commit is contained in:
parent
396f583e2a
commit
083e4a0b66
1 changed files with 2 additions and 4 deletions
|
@ -586,10 +586,8 @@ def av_refs_to_play_icons(text: str) -> str:
|
||||||
return f"""
|
return f"""
|
||||||
<a class="replay-button soundLink" href=# onclick="pycmd('{match.group(1)}'); return false;">
|
<a class="replay-button soundLink" href=# onclick="pycmd('{match.group(1)}'); return false;">
|
||||||
<svg class="playImage" viewBox="0 0 64 64" version="1.1">
|
<svg class="playImage" viewBox="0 0 64 64" version="1.1">
|
||||||
<g>
|
<circle cx="32" cy="32" r="29" />
|
||||||
<circle cx="32" cy="32" r="29" />
|
<path d="M56.502,32.301l-37.502,20.101l0.329,-40.804l37.173,20.703Z" />
|
||||||
<path d="M56.502,32.301l-37.502,20.101l0.329,-40.804l37.173,20.703Z" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
</svg>
|
||||||
</a>"""
|
</a>"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue