From bdfcbcb5659c29f872983a80ffd22da1a15c9a91 Mon Sep 17 00:00:00 2001 From: Michael Griebling Date: Thu, 19 Jan 2023 08:37:41 -0500 Subject: [PATCH] Another test.. --- Sources/SwiftMath/MathRender/MTMathAtomFactory.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SwiftMath/MathRender/MTMathAtomFactory.swift b/Sources/SwiftMath/MathRender/MTMathAtomFactory.swift index f3bfa1f..cf4391a 100644 --- a/Sources/SwiftMath/MathRender/MTMathAtomFactory.swift +++ b/Sources/SwiftMath/MathRender/MTMathAtomFactory.swift @@ -93,7 +93,7 @@ public class MTMathAtomFactory { "dot" : "\u{0307}", "ddot" : "\u{0308}", "check" : "\u{030C}", - "vec" : "\u{0304}", // "\u{20D7}", doesn't expand horizontally + "vec" : "\u{0302}", // "\u{20D7}", doesn't expand horizontally "widehat" : "\u{0302}", "widetilde" : "\u{0303}" ]