Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
15 views

skia-canvas fill operations not working consistently or at all

I am using skia-canvas, it happens to be in a Remix application but I do not think Remix is relevant here. With this code, the red rectangle (via fillRect) is not rendered, the green rectangle and ...
caprica's user avatar
  • 4,136
1 vote
1 answer
206 views

Trying to imposrt skia_canvas in jupyter with deno kernel fails

I'm trying out the Deno Jupyter kernel integration. My specific goal is to use D3 to plot some data in a Jupyter notebook. My setup is: the Deno docker image from Docker Hub : denoland/deno:ubuntu-1....
Sergiu's user avatar
  • 31
0 votes
0 answers
184 views

Comparing Text Rendering in Skia: SkCanvas's drawSimpleText vs. SkParagraph's drawParagraph

Why does painting the text "💯" on an SkSurface using SkCanvas's drawSimpleText method result in the emoji not being painted, while using SkParagraph's drawParagraph method prints everything ...
zeus's user avatar
  • 13.1k
0 votes
0 answers
68 views

A way to create filter effects on an image or canvas server side>

Is there a way to create (some what advanced) filter effects server side? I've looked at Skia Canvas. Skia Canvas is close and supports all CSS filter effects except URL() which would allow me to use ...
1.21 gigawatts's user avatar