PavelLaptev / JSON-to-Figma

An easy way to populate Figma layers with JSON
MIT License
142 stars 40 forks source link

downloading images reduces quality #63

Open sefibk opened 1 year ago

sefibk commented 1 year ago

When I download an .svg file, it reduces the quality and does not keep it "vectorized". Any way to keep the file in the svg format?

On the left of the image you can see a vectorized part while the right part of the image is the result of using your plugin: image

PavelLaptev commented 1 year ago

@sefibk correct. Right now I convert all images how I receive them in 1:1. But next version I'll do a check for the image format. If it's SVG I'll convert with 2x scale

sefibk commented 1 year ago

Thank you for the answer.

  1. Isn't there an option to inject it into Figma as a vectorized object (i.e. SVG?)

  2. When can I expect the next version?

PavelLaptev commented 1 year ago

@sefibk

  1. Unfortunately, there is no way to use vector images as fills in Figma.
  2. Probably only next month