Skip to content

Commit

Permalink
small fix dual
Browse files Browse the repository at this point in the history
  • Loading branch information
Bokwang0310 committed Nov 22, 2020
1 parent e3ed6d6 commit 7011168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions result/dual.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def make_dual_mo(mo_unicode_str, mo1_start, mo2_start):
mo1_start=(70, 95), mo2_start=(70, 120)) # ㅐ

make_dual_mo(mo_unicode_str="3158",
mo1_start=(70, 50), mo2_start=(50, 110)) # ㅘ
mo1_start=(75, 50), mo2_start=(55, 110)) # ㅘ

make_dual_mo(mo_unicode_str="3154",
mo1_start=(75, 90), mo2_start=(70, 130)) # ㅔ
Expand All @@ -132,7 +132,7 @@ def make_dual_mo(mo_unicode_str, mo1_start, mo2_start):
mo1_start=(55, 60), mo2_start=(60, 115)) # ㅚ

make_dual_mo(mo_unicode_str="3162",
mo1_start=(55, 60), mo2_start=(50, 115)) # ㅢ
mo1_start=(65, 60), mo2_start=(60, 115)) # ㅢ

make_dual_mo(mo_unicode_str="3159",
mo1_start=(75, 55), mo2_start=(0, 0)) # ㅙ
Expand Down

0 comments on commit 7011168

Please sign in to comment.