From 33b6fc57b6a315b6bbe516fe60073a04ca03669f Mon Sep 17 00:00:00 2001
From: Philipp Stadler <hello@phstadler.com>
Date: Wed, 24 Jul 2024 18:15:50 +0200
Subject: [PATCH] =?UTF-8?q?fix:=20add=20traditional=20version=20of=20?=
 =?UTF-8?q?=E8=8B=9F=20SVG?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Closes #27
---
 build/gen-hanzi-data/traditional-overrides.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build/gen-hanzi-data/traditional-overrides.ts b/build/gen-hanzi-data/traditional-overrides.ts
index 7c18c96..13ac57b 100644
--- a/build/gen-hanzi-data/traditional-overrides.ts
+++ b/build/gen-hanzi-data/traditional-overrides.ts
@@ -122,7 +122,8 @@ function addGrassPatches (acc: Map<string, TradStrokePatch>): void {
     { hanzi: '幕', replacement: fourStrokeGrassHigher },
     { hanzi: '警', replacement: fourGrassTopLeft },
     { hanzi: '董', replacement: animDataTranslate(fourStrokeGrass, -20, 20) },
-    { hanzi: '蔴', replacement: fourStrokeGrassHigher }
+    { hanzi: '蔴', replacement: fourStrokeGrassHigher },
+    { hanzi: '苟', replacement: fourStrokeGrass }
   ]
   threeGrassOnTop.reduce(
     (acc, { hanzi, replacement }) => {
-- 
GitLab