Closed cchaine closed 1 year ago
Hi,
I have encountered this issue while trying to use PcbDraw with nightly version 6.99.0-3148-gdb6c153ad9-dirty of Kicad.
6.99.0-3148-gdb6c153ad9-dirty
The board layer is broken on the generated image.
board
There seem to be an issue with the get_board_polygon function. I rewrote the algorithm for that function which seemed to have fixed the issue.
get_board_polygon
PR #106 should fix this issue.
I believe this was addressed in PcbDraw v1.
Hi,
I have encountered this issue while trying to use PcbDraw with nightly version
6.99.0-3148-gdb6c153ad9-dirty
of Kicad.The
board
layer is broken on the generated image.There seem to be an issue with the
get_board_polygon
function. I rewrote the algorithm for that function which seemed to have fixed the issue.PR #106 should fix this issue.