You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if its possible to add little numbers at the beggining of each stroke, this way when you see a new hanzi, it would be possible to know where to start and also how many strokes it has .
Something like this :
The text was updated successfully, but these errors were encountered:
There's not a built-in way, but you could do this using the Raw Character SVG from the library. The codepen below demos how to do this, adding the SVG text manually to the SVG strokes:
If you wanted to have this be integrated into a stroke animation that might be a bit harder. You could try manually drawing the stroke numbers onto a SVG element directly above the writer and handle showing / hiding it before starting animation I suppose.
I was wondering if its possible to add little numbers at the beggining of each stroke, this way when you see a new hanzi, it would be possible to know where to start and also how many strokes it has .
Something like this :
The text was updated successfully, but these errors were encountered: