diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-07-17 10:26:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-17 10:26:20 -0400 |
commit | 4a2b824371e7e2c0f576805631f3ccf29d2c0ad3 (patch) | |
tree | e479b976180ceb159c25634cb64e279455e09e52 /ext/display-templates.html | |
parent | 41fc76d6fd6af9a880ac8b75e7b03afd1395780a (diff) |
Display pronunciation separation (#1833)
* Create PronunciationGenerator
* Update DisplayGenerator
* Update templates
* Move pronunciation styles to a separate file
* Simplify pitch-accents-preview.html
Diffstat (limited to 'ext/display-templates.html')
-rw-r--r-- | ext/display-templates.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/ext/display-templates.html b/ext/display-templates.html index a7a184a4..1107ead3 100644 --- a/ext/display-templates.html +++ b/ext/display-templates.html @@ -82,16 +82,9 @@ </span></span></template> <!-- Pitch accent templates --> -<template id="pitch-accent-static-template"><svg xmlns="http://www.w3.org/2000/svg" style="display: none;" focusable="false"> - <defs> - <g id="pitch-accent-graph-dot"><circle cx="0" cy="0" r="15" /></g> - <g id="pitch-accent-graph-dot-downstep"><circle cx="0" cy="0" r="15" /><circle cx="0" cy="0" r="5" /></g> - <g id="pitch-accent-graph-triangle"><path d="M0 13 L15 -13 L-15 -13 Z" /></g> - </defs> -</svg></template> <template id="pitch-accent-group-template"><li class="pitch-accent-group"><span class="pitch-accent-group-tag-list tag-list"></span><ul class="pitch-accent-list"></ul></li></template> <template id="pitch-accent-disambiguation-template"><span class="pitch-accent-disambiguation"></span></template> -<template id="pitch-accent-template"><li class="pitch-accent"><span class="pitch-accent-tag-list tag-list"></span><span class="pitch-accent-disambiguation-list"></span><span class="pitch-accent-characters"></span><span class="pitch-accent-position"></span><span class="pitch-accent-details"><svg class="pitch-accent-graph" xmlns="http://www.w3.org/2000/svg" focusable="false"><path class="pitch-accent-graph-line" /><path class="pitch-accent-graph-line-tail" /></svg></span></li></template> +<template id="pitch-accent-template"><li class="pitch-accent"><span class="pitch-accent-tag-list tag-list"></span><span class="pitch-accent-disambiguation-list"></span><span class="pitch-accent-characters"></span><span class="pitch-accent-position"></span><span class="pitch-accent-details"></span></li></template> <template id="pitch-accent-character-template"><span class="pitch-accent-character"><span class="pitch-accent-character-inner"></span></span></template> <!-- Kanji entry templates --> |