Replies: 1 comment
-
See my discussion for #2141, I discuss a performant method for rendering ~1000 svg's (with different, x, y, and color) In short, I recommend you to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, is there an alternative to the Points component that would allow to set a color for each point individually, mapped from an array of objects each containing x, y and the color ?
I tried implementing this using
createPicture
by drawing rectangles and switched Skia.Paint color each time, but it doesn't look very performant.Beta Was this translation helpful? Give feedback.
All reactions