Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 642 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 642 Bytes

Simple conversion from GDSII streams to SVG

Supported elements

  • BOUNDARY
  • SREF (AREF is interprated as SREF, no array yet)
  • TEXT

Features

  • CSS formatting
  • Layers available as class

Dependencies

  • GDS2 by Ken Schumack
  • SVG by Gábor Szabó

Usage

./gds2svg.pl gdsfile > gdsfile.svg

Todo

  • use a parser generator instead of my preliminary low quality hack
  • add support for layerwise ordering instead of the current hierarchical approach to draw the layers in correct order - SVG, y u no z-index...