Hacker News new | ask | show | jobs
by zazaulola 558 days ago
> Skia is for drawing vector graphics.

What do you mean by "vector graphics"?

Both Canvas and ImageData work only with pixels.

1 comments

Skia’s api is focused around using postscript-like commands such as “move to” “line to”, etc to produce vectors that it rasterizes.