Could you please add Drawable using SVG path? #137
Replies: 1 comment 2 replies
-
That method will become available through an api at a later moment. It will require me to add around 20 classes that will make it possible to draw this but you won't be able to parse the string. You can do that with the |
Beta Was this translation helpful? Give feedback.
-
I need an implementation to draw a shape using the SVG path's format. For example, using the command line I can do
-draw 'path "M 0,0 L 0,-1853 A 1853,1853 0 0,1 0,1853 Z"'
. I don't know if I can do that using the wasm lib. If this function is already implemented, kindly tell me how to use it. If not, could you please add it to the next release? 🙏Beta Was this translation helpful? Give feedback.
All reactions