how to draw a curve

hi guys , i’m looking for a way to draw a curve with fuse using rectangle tag or if you have any other way will appreciate it

file

Hi!

There is currently no official UX API for this as of version 0.12.2, but it is on our roadmap.

There is an undocumented <Path Data="svg path goes here"> tag, but it has known issues and will be deprecated when we have a better solution for vector graphics in place.

For now you can also use a WebView, native APIs or Uno graphics to render special primitives.