diff options
| author | Leedehai <18319900+Leedehai@users.noreply.github.com> | 2024-04-01 12:41:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-01 16:41:44 +0000 |
| commit | 0d7fa1747e6f8e6ea7fe89e4d9d4c08ceccd9189 (patch) | |
| tree | 58261ee185955e9768776ee68a34acb2351ce724 | |
| parent | 105d7156f8f9d95e16b3eefdf0fa97e5be7fbe5b (diff) | |
Change sym.triangle from ▷ to △ (#3628)
| -rw-r--r-- | crates/typst/src/symbols/sym.rs | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index f5f94d90..94e47272 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -518,33 +518,33 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { filled.v: '⬮', ], triangle: [ - stroked.r: '▷', - stroked.l: '◁', stroked.t: '△', stroked.b: '▽', + stroked.r: '▷', + stroked.l: '◁', stroked.bl: '◺', stroked.br: '◿', stroked.tl: '◸', stroked.tr: '◹', - stroked.small.r: '▹', + stroked.small.t: '▵', stroked.small.b: '▿', + stroked.small.r: '▹', stroked.small.l: '◃', - stroked.small.t: '▵', stroked.rounded: '🛆', stroked.nested: '⟁', stroked.dot: '◬', - filled.r: '▶', - filled.l: '◀', filled.t: '▲', filled.b: '▼', + filled.r: '▶', + filled.l: '◀', filled.bl: '◣', filled.br: '◢', filled.tl: '◤', filled.tr: '◥', - filled.small.r: '▸', + filled.small.t: '▴', filled.small.b: '▾', + filled.small.r: '▸', filled.small.l: '◂', - filled.small.t: '▴', ], square: [ stroked: '□', |
