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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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
and playState to be able to query the current state of the animation, and
to be more conform with the Web Animation API.