Home › Forums › Nazca › GDS to SVG
Hi Nazca team,
Is it possible to export GDS files to SVG? I’ve seen it was introduced in version 0.4 according to the website, but I can’t find any documentation on it. If would also be appreciated if you gave an example. Thanks!
Dear Isa,
You can export to SVG format using the following Nazca syntax:
import nazca as nd nd.export_svg()
Katarzyna