U+1fb3f: upper middle left to lower right 🭊🬿

This commit is contained in:
nick black 2021-07-22 18:21:57 -04:00
parent 3c35999246
commit 182bc7b8f9
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -890,7 +890,7 @@ box_chars: Dict[str, List[Callable]] = {
'🬼': [p(smooth_mosaic, a=(0, 0.75), b=(0.5, 1))],
'🬽': [p(smooth_mosaic, a=(0, 0.75), b=(1, 1))],
'🬾': [p(smooth_mosaic, a=(0, 0.5), b=(0.5, 1))],
'🬿': [p(smooth_mosaic, a=(0, 0.5), b=(1, 1))],
'🬿': [p(smooth_mosaic, a=(0, 0.25), b=(1, 1))],
'🭀': [p(smooth_mosaic, a=(0, 0), b=(0.5, 1))],
'🭁': [p(smooth_mosaic, a=(0, 0.25), b=(0.5, 0))],