Re: [Kicad-developers] [PATCH] Add method to GAL for drawing arc segments

2017-03-10 Thread Maciej SumiƄski
Hi Jon, Thank you for the patch, I have just pushed it to the master branch. Regards, Orson On 03/09/2017 03:47 AM, Jon Evans wrote: > This new GAL API is needed for drawing outlined arc segments (like > DrawSegment() does for straight segments) because the current API DrawArc() > treats filled

[Kicad-developers] [PATCH] Add method to GAL for drawing arc segments

2017-03-08 Thread Jon Evans
This new GAL API is needed for drawing outlined arc segments (like DrawSegment() does for straight segments) because the current API DrawArc() treats filled arcs like pie pieces, which is not what is needed for GerbView. Best, Jon From 596b288c755b8f2034cf0a50370243be9d02869d Mon Sep 17 00:00:00