v0.9.2
Fixed
- Fixed redraw on browser zoom (bug since 0.9.0).
- Fixed clearing of the canvas before rendering when devicePixelRatio is not 1.
- TypeScript definition fixed, measures can contain null values.
Added
- Animation control object expose properties
position
,direction
,speed
andplayState
to be able to query the current state of the animation, and
to be more conform with the Web Animation API.