It looks like you're new here. If you want to get involved, click one of these buttons!
I would like to include my company's logo in the gds file, so I was wondering if anyone knows of an easy way to convert svg paths into a gds path. I say "path" rather than "file", because my logo only includes SVG path elements, and I think converting every SVG primitive to gds might be a little ambitious.
I'm tempted to write a qt widget macro to do it myself, but I don't want to duplicate work if there is already a good method.
Comments
No, there is a converter. You can write one with the Qt objects provided, but there is a good reason this is not provided: logos taken from a vector graphics hardly make good designs on a chip. You wouldn't be the first one to create a defect hazard using a bad logo on a chip.
Matthias