G02 and G03 circular arcs don't work
Brought to you by:
spetm,
thepurlieu
The G02 and G03 arcs don't work sometimes. Here is sample code that ought to draw part of a circle with start point directly below the end point, shaped like a left parnethesis "(":
X0Y0D2
G74
G02
Y1000I5000J500D01
However, no arc is drawn. gerbv did not correctly figure out the values for I and J.
I'm willing to work on a fix for this if wanted.
Here's an entire file. Compare with the result on http://www.gerber-viewer.com/ . The online site is correct but gerbv is not.
Patch from
https://sourceforge.net/p/gerbv/patches/69/
fix this.