4 questions
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 ...
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....
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 ...
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 ...