Skip to content
Snippets Groups Projects
Commit 33b6fc57 authored by Philipp Stadler's avatar Philipp Stadler
Browse files

fix: add traditional version of 苟 SVG

Closes #27
parent e11921fc
No related branches found
No related tags found
1 merge request!8feat!: make all cards except speak in moloashi optional
...@@ -122,7 +122,8 @@ function addGrassPatches (acc: Map<string, TradStrokePatch>): void { ...@@ -122,7 +122,8 @@ function addGrassPatches (acc: Map<string, TradStrokePatch>): void {
{ hanzi: '', replacement: fourStrokeGrassHigher }, { hanzi: '', replacement: fourStrokeGrassHigher },
{ hanzi: '', replacement: fourGrassTopLeft }, { hanzi: '', replacement: fourGrassTopLeft },
{ hanzi: '', replacement: animDataTranslate(fourStrokeGrass, -20, 20) }, { hanzi: '', replacement: animDataTranslate(fourStrokeGrass, -20, 20) },
{ hanzi: '', replacement: fourStrokeGrassHigher } { hanzi: '', replacement: fourStrokeGrassHigher },
{ hanzi: '', replacement: fourStrokeGrass }
] ]
threeGrassOnTop.reduce( threeGrassOnTop.reduce(
(acc, { hanzi, replacement }) => { (acc, { hanzi, replacement }) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment