Re: [Kicad-developers] [PATCH] Fix LIB_TEXT and LIB_FIELD bounding boxes

2015-06-18 Thread jp charras
Le 17/06/2015 19:56, jp charras a écrit : > Le 17/06/2015 19:35, Chris Pavlina a écrit : >> You probably saw my thread about the bounding boxes for LIB_TEXT and >> LIB_FIELD, which were being merged with the main component bounding box >> incorrectly. I tracked down what the bug was: >> >> in ::G

Re: [Kicad-developers] [PATCH] Fix LIB_TEXT and LIB_FIELD bounding boxes

2015-06-17 Thread jp charras
Le 17/06/2015 19:35, Chris Pavlina a écrit : > You probably saw my thread about the bounding boxes for LIB_TEXT and > LIB_FIELD, which were being merged with the main component bounding box > incorrectly. I tracked down what the bug was: > > in ::GetBoundingBox(), the coordinates are inverted be

[Kicad-developers] [PATCH] Fix LIB_TEXT and LIB_FIELD bounding boxes

2015-06-17 Thread Chris Pavlina
You probably saw my thread about the bounding boxes for LIB_TEXT and LIB_FIELD, which were being merged with the main component bounding box incorrectly. I tracked down what the bug was: in ::GetBoundingBox(), the coordinates are inverted because "Y coordinates for LIB_ITEMs are bottom to top".