From 9cae387480db7afe49a76bd28daac13ba7cf1b25 Mon Sep 17 00:00:00 2001 From: Tobias Clasen Date: Thu, 1 Jun 2023 15:15:16 +0200 Subject: [PATCH] Add sym.bullet, which is different from sym.circle.filled.small (#1372) --- library/src/symbols/sym.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/library/src/symbols/sym.rs b/library/src/symbols/sym.rs index a871d29fd..30c4a5d90 100644 --- a/library/src/symbols/sym.rs +++ b/library/src/symbols/sym.rs @@ -446,6 +446,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { suit: [club: '♣', diamond: '♦', heart: '♥', spade: '♠'], // Shapes. + bullet: '•', circle: [ stroked: '○', stroked.tiny: '∘',