Skip to main content
Question

How to preserve vector data

  • February 13, 2023
  • 2 replies
  • 581 views

Hello, I’m front-end developer who want to make web service prototype.
I have a vector asset in my figma file that serve as SVG.
When i scaled up/down vector asset, path element in exported SVG is changed.
I just want to export vector asset as svg that have same information(rect, path…) but just change width and height.
Isn’t it possible in figma?

This topic has been closed for replies.

2 replies

Gleb
  • Power Member
  • February 13, 2023

This isn’t possible since Figma doesn’t store the original SVG, it transforms it into its own code format and then when you export it again it transforms it back into an SVG from Figma’s format.


  • Author
  • February 13, 2023

thanks you, what a fast and accurate response!