From 70111682dad81283ecf2e9e6420cdf72188a19eb Mon Sep 17 00:00:00 2001 From: Bokwang0310 Date: Sun, 22 Nov 2020 17:36:15 +0900 Subject: [PATCH] small fix dual --- result/dual.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/result/dual.py b/result/dual.py index 4ec85ac..35816e1 100644 --- a/result/dual.py +++ b/result/dual.py @@ -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)) # ㅔ @@ -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)) # ㅙ