Introduces a new StrokeOrder class that can be used to represent
a stroke order, instead of passing the strokes as plain JSON into
a StrokeOrderAnimationController. This is a breaking change but leads
to better encapsulation and a cleaner API, especially in conjunction
with the new getStrokeOrder function.
Introduces a new
StrokeOrder
class that can be used to represent a stroke order, instead of passing the strokes as plain JSON into aStrokeOrderAnimationController
. This is a breaking change but leads to better encapsulation and a cleaner API, especially in conjunction with the newgetStrokeOrder
function.