Harry Terkelsen 2800316cf1 Fix CanvasKit text colors by not passing a Malloc'ed array. (flutter/engine#18936)
Also, don't use `jsify` since it will turn the `Float32Array` into
a JS Array, which CanvasKit doesn't recognize as an SkColor.
2020-06-09 13:39:27 -07:00
..