|
|
|
|
|
by hashmush
1209 days ago
|
|
Writing by hand leads to optimizations, such as not lifting the pen a lot. This means that the movement between strokes also gets drawn. A 10 stroke character might end up being one single continuous path (effectively 10 strokes + 9 connections). Depending on stroke order, the results can be wildly different. So consistency makes sense for the result to be intelligible. |
|