mirror of
https://github.com/typst/typst
synced 2025-05-16 01:55:28 +08:00
Fix star.stroked
This commit is contained in:
parent
ce0c38737b
commit
79c2ec8f6f
@ -565,7 +565,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
filled.small: '⬪',
|
filled.small: '⬪',
|
||||||
filled.medium: '⬧',
|
filled.medium: '⬧',
|
||||||
],
|
],
|
||||||
star: [op: '⋆', stroked: '★', filled: '★'],
|
star: [op: '⋆', stroked: '☆', filled: '★'],
|
||||||
|
|
||||||
// Arrows, harpoons, and tacks.
|
// Arrows, harpoons, and tacks.
|
||||||
arrow: [
|
arrow: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user