You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also came up for me recently. I'll give the change in the referenced #881 a try. For example I have a little chess-related app and want to draw a chessboard and then place chess piece SVGs on top of the board. Also related, issue #30; if that were implemented maybe I wouldn't care as much, although I will mention that svg support seems very much in the spirit of a canvas object. Things to prevent the user from having to draw everything manually.
@aquirdTurtle what a coincidence a chess-related app is what I'm working on. If you want something that practically works I've had the most luck with Tauri and leaning on JS for the UI via react-chessboard. I say most luck because the javascript/rust workflow isn't the most ergonomic but at least the javascript ecosystem has a lot more hands working on it
Hi i want to render svg i have into graphics canvas, is it possible?
For example, i use graphics to draw things, but occasionally i want to draw/render an svg to somewhere in this canvas.
I can't see how to do it, is there help or example for such thing? or do we need new api?
The text was updated successfully, but these errors were encountered: