figma-to-maui-graphics icon indicating copy to clipboard operation
figma-to-maui-graphics copied to clipboard

Implement Vectors (Images)

Open jsuarezruiz opened this issue 3 years ago • 4 comments

Currently, there is still some code to implement in FigmaSharp to obtain VectorNodes https://www.figma.com/plugin-docs/api/VectorNode/

Without this type of node, there are elements such as icons that are not generated.

Also, Maui Graphics can load embedded images but there is no logic to load remote images.

jsuarezruiz avatar Sep 22 '22 10:09 jsuarezruiz

Work in progress.

jsuarezruiz avatar Sep 23 '22 16:09 jsuarezruiz

image

jsuarezruiz avatar Sep 24 '22 10:09 jsuarezruiz

Icons and vectors are implemented creating a Path, images still need to be implemented.

jsuarezruiz avatar Oct 28 '22 07:10 jsuarezruiz

@jsuarezruiz is there already any code committed, where I can see your progress on this?

de-preut avatar Sep 29 '23 08:09 de-preut