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
The functionality of ctx.setTransform is completely broken starting in @napi-rs/canvas 0.1.29.
real-world example: broken visualization
A user-facing visualization I maintain for work is generated using @napi-rs/canvas. We’re stuck on version 0.1.28, because of the broken transform functionality. Using identical canvas code, we have the following results (note the text rendering differences in the Chrome example are irrelevant).
The functionality of
ctx.setTransform
is completely broken starting in @napi-rs/canvas 0.1.29.real-world example: broken visualization
A user-facing visualization I maintain for work is generated using
@napi-rs/canvas
. We’re stuck on version 0.1.28, because of the broken transform functionality. Using identical canvas code, we have the following results (note the text rendering differences in the Chrome example are irrelevant).Here’s a minimal example which shows the problem:
Note that DOMMatrix generates the same matrix across all three platforms; it’s the rendering after applying that transform which is broken.
The text was updated successfully, but these errors were encountered: