Skip to content

andestro/svg2GDS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

svg2GDS

Convert an SVG file to a GDSII file.

Current status: Only rudimentary implementation. SVG path objects are converted to GDSII boundaries.

  • Native shapes not supported (i.e., Circle/Disk, Ellipse, Box/Rectangle).
  • Curved paths not supported. Recommended procedure is to add nodes to curved segments and straighten all nodes when sufficient resolution is achieved.
  • Discontinuous paths not supported (i.e., shapes with holes).

But they might be supported in the future!

About

Convert an SVG file to a GDSII file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages