Add stroked variants of suits (#3612)

This commit is contained in:
Malo 2024-03-19 10:35:26 +01:00 committed by GitHub
parent e6f7cc126c
commit 65ae369f2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -486,7 +486,16 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
refmark: '', refmark: '',
servicemark: '', servicemark: '',
maltese: '', maltese: '',
suit: [club: '', diamond: '', heart: '', spade: ''], suit: [
club.filled: '',
club.stroked: '',
diamond.filled: '',
diamond.stroked: '',
heart.filled: '',
heart.stroked: '',
spade.filled: '',
spade.stroked: '',
],
// Shapes. // Shapes.
bullet: '', bullet: '',