This repository has been archived by the owner on Jul 23, 2018. It is now read-only.
Releases: tracespace/gerber-to-svg
Releases · tracespace/gerber-to-svg
v0.0.10-alpha
- Stroked rectangular apertures now draw properly (not that I've ever seen this outside of the Gerber spec)
- Fixed bounding box problems for some multi-quadrant arcs; hopefully all arcs work now
v0.0.9-alpha
- Fix moiré drawing (it could add one extra ring depending on geometry)
- Fix infinite loop if gerber file ends before an M02 (end of file command)
- Gerber file with no objects will now generate a blank SVG instead of throwing
- Pad geometry is now only added to the defs section if it is used for a flash
v0.0.6-alpha
- Adds a standalone library, so NPM/Browserify isn't required
- Fixes switched coordinates with rectangular holes in standard apertures
- Improvements to enable rendering of Gerbers from Eagle:
- Warns instead of throws if a G70/1 is the used to set units instead of proper %MOxx*%
- Warns instead of throws if interpolation mode is never set, and assumes linear was desired
v0.0.3-alpha
Good enough. Basic functionality is all here, except for step and repeat. Arcs might have some issues, too. Expect bugs.