Skip to content
This repository has been archived by the owner on Jul 23, 2018. It is now read-only.

Releases: tracespace/gerber-to-svg

v0.0.10-alpha

12 Aug 02:23
Compare
Choose a tag to compare
v0.0.10-alpha Pre-release
Pre-release
  • 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

11 Aug 21:02
Compare
Choose a tag to compare
v0.0.9-alpha Pre-release
Pre-release
  • 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

11 Aug 13:08
Compare
Choose a tag to compare
v0.0.6-alpha Pre-release
Pre-release
  • 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

08 Aug 06:22
Compare
Choose a tag to compare
v0.0.3-alpha Pre-release
Pre-release

Good enough. Basic functionality is all here, except for step and repeat. Arcs might have some issues, too. Expect bugs.