keymap-drawer render

This commit is contained in:
babariviere 2024-05-04 19:53:47 +00:00 committed by github-actions[bot]
parent 75c30fe9e6
commit 519fb924fc
2 changed files with 5 additions and 5 deletions

View file

@ -1389,10 +1389,10 @@ rect.held, rect.combo.held {
<g transform="translate(30, 2058)" class="layer-mods"> <g transform="translate(30, 2058)" class="layer-mods">
<text x="0" y="28" class="label">mods:</text> <text x="0" y="28" class="label">mods:</text>
<g transform="translate(0, 56)"> <g transform="translate(0, 56)">
<g transform="translate(28, 80)" class="key trans keypos-0"> <g transform="translate(28, 80)" class="key keypos-0">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key trans"/> <rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<use href="#mdi:chevron-down" xlink:href="#mdi:chevron-down" x="-7" y="-11" height="14" width="14.0" class="key trans tap glyph mdi:chevron-down"/> <text x="0" y="-4" class="key tap"><tspan style="font-size: 64%">&amp;bootloader</tspan></text>
</g> </g>
<g transform="translate(84, 45)" class="key trans keypos-1"> <g transform="translate(84, 45)" class="key trans keypos-1">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/>

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View file

@ -211,7 +211,7 @@ layers:
- {type: held} - {type: held}
- {t: '$$mdi:chevron-down$$', type: trans} - {t: '$$mdi:chevron-down$$', type: trans}
mods: mods:
- {t: '$$mdi:chevron-down$$', type: trans} - '&bootloader'
- {t: '$$mdi:chevron-down$$', type: trans} - {t: '$$mdi:chevron-down$$', type: trans}
- {t: '$$mdi:chevron-down$$', type: trans} - {t: '$$mdi:chevron-down$$', type: trans}
- {t: '$$mdi:chevron-down$$', type: trans} - {t: '$$mdi:chevron-down$$', type: trans}