Update VENDOR_README.md with upstream's latest README

This commit is contained in:
afiqzudinhadi 2026-06-20 10:32:34 +08:00 committed by github-actions[bot]
parent f612c760df
commit 7e41c14ec1
4 changed files with 210 additions and 602 deletions

View file

@ -85,25 +85,25 @@ text.footer {
}
/* styling for combo tap, and key non-tap label text */
text.combo, text.hold, text.shifted, text.left, text.right {
text.combo, text.hold, text.shifted, text.left, text.right, text.tl, text.tr, text.bl, text.br {
font-size: 11px;
}
text.hold {
text.hold, text.bl, text.br {
text-anchor: middle;
dominant-baseline: auto;
}
text.shifted {
text.shifted, text.tl, text.tr {
text-anchor: middle;
dominant-baseline: hanging;
}
text.left {
text.left, text.tl, text.bl {
text-anchor: start;
}
text.right {
text.right, text.tr, text.br {
text-anchor: end;
}

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Before After
Before After