[Kicad-developers] [PATCH] Ruler tool asserts when mirrored text is visible

2017-03-29 Thread John Beard
Hi, This resolves https://bugs.launchpad.net/kicad/+bug/1677210. This is caused because the GAL ruler tool didn't reset its text mirroring flag before drawing bitmap text. This means if the GAL had just drawn mirrored text, it would be set, but this is invalid for OpenGL bitmap fonts (and if it w

Re: [Kicad-developers] [PATCH] Ruler tool asserts when mirrored text is visible

2017-03-29 Thread John Beard
Sorry, that patch doesn't have the right comment. Please use this one. Thanks, John On Wed, Mar 29, 2017 at 7:37 PM, John Beard wrote: > Hi, > > This resolves https://bugs.launchpad.net/kicad/+bug/1677210. > > This is caused because the GAL ruler tool didn't reset its text > mirroring flag befo

Re: [Kicad-developers] Something new and old

2017-03-29 Thread Jakub Kozdon
Great work! Do you think that you can add snowman pads into your tool? [1] Hope will be soon merged! [1] http://www.ti.com/lit/an/sprabb3/sprabb3.pdf Hi, Any comments, questions! https://youtu.be/CQC6XMTGxkk Heikki ___ Mailing list: https://la

Re: [Kicad-developers] Something new and old

2017-03-29 Thread Mário Luzeiro
Impressive! Is it rendering in the 3D-Viewer? I.e.: does it reuse existent formats (segment, zones, arcs, etc) or is it implementing new elements? (and so it is missing in 3D-Viewer) ? From: Kicad-developers on behalf of Jakub Kozdon Sent: 29 March 20

Re: [Kicad-developers] [PATCH] Ruler tool asserts when mirrored text is visible

2017-03-29 Thread Maciej Suminski
Hi, Thank you John, I have just committed your patch. There are basic Save()/Restore() functions, but IIRC they do not store the font settings, but are mostly used to maintain the transformation matrix. I am not sure about the best solution here. None of the drawing functions make any assumption