From add29a6253dcfe114123f597fac8e45ed78a2c98 Mon Sep 17 00:00:00 2001 From: a741725193 <98438916+a741725193@users.noreply.github.com> Date: Tue, 14 Jan 2025 13:38:55 +0000 Subject: [PATCH] [Draw] Update eyelash_corne.conf --- keymap-drawer/eyelash_corne.svg | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/keymap-drawer/eyelash_corne.svg b/keymap-drawer/eyelash_corne.svg index a2cd9e2..4202352 100644 --- a/keymap-drawer/eyelash_corne.svg +++ b/keymap-drawer/eyelash_corne.svg @@ -150,8 +150,8 @@ text.footer { paint-order: stroke; } -/* styling for combo tap, and key hold/shifted label text */ -text.combo, text.hold, text.shifted { +/* styling for combo tap, and key non-tap label text */ +text.combo, text.hold, text.shifted, text.left, text.right { font-size: 11px; } @@ -165,12 +165,20 @@ text.shifted { dominant-baseline: hanging; } +text.left { + text-anchor: start; +} + +text.right { + text-anchor: end; +} + text.layer-activator { text-decoration: underline; } /* styling for hold/shifted label text in combo box */ -text.combo.hold, text.combo.shifted { +text.combo.hold, text.combo.shifted, text.combo.left, text.combo.right { font-size: 8px; }