From 0d7fa1747e6f8e6ea7fe89e4d9d4c08ceccd9189 Mon Sep 17 00:00:00 2001 From: Leedehai <18319900+Leedehai@users.noreply.github.com> Date: Mon, 1 Apr 2024 12:41:44 -0400 Subject: [PATCH] =?UTF-8?q?Change=20sym.triangle=20from=20=E2=96=B7=20to?= =?UTF-8?q?=20=E2=96=B3=20(#3628)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/typst/src/symbols/sym.rs | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index f5f94d907..94e472723 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.b: '▿', - stroked.small.l: '◃', stroked.small.t: '▵', + stroked.small.b: '▿', + stroked.small.r: '▹', + stroked.small.l: '◃', 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.b: '▾', - filled.small.l: '◂', filled.small.t: '▴', + filled.small.b: '▾', + filled.small.r: '▸', + filled.small.l: '◂', ], square: [ stroked: '□',