Skip to main content
Known Participant
September 27, 2016
Question

Resize SVG

  • September 27, 2016
  • 1 reply
  • 1082 views

How to resize SVG format from illustrator using Javacsript

This topic has been closed for replies.

1 reply

Loic.Aigon
Legend
September 27, 2016

Hi Roopa,

Your question doesn't make sense to me as SVG is something you may want to import or export but in both case when it's inside Illustrator those are just regular pageitems. So if you want to resize something before export, then you should reference your objects and change their properties.

If you want to resize the svg once it has been exported then it's more about dealing with files reading and modifications. Given the infinite use of the SVG it would be more a question for the target application such as a browser through javascript code to resize the object.

FWIW

Loic