490c805319
Sometimes we want to inflate a polygon without adding rounded edges. This add the option using the jtMiter setting. This is used in the Eagle parser to expand the Eagle zones for KiCad. Eagle Zones are drawn on the polygon edge, so they extend out from the outline. KiCad zones are drawn inside the polygon. We need to both increase the zone size and decrease the minimum pen width to account for this. Fixes: lp:1817312 * https://bugs.launchpad.net/kicad/+bug/1817312 |
||
---|---|---|
.. | ||
convex_hull.cpp | ||
geometry_utils.cpp | ||
hetriang.cpp | ||
seg.cpp | ||
shape.cpp | ||
shape_arc.cpp | ||
shape_collisions.cpp | ||
shape_file_io.cpp | ||
shape_line_chain.cpp | ||
shape_poly_set.cpp | ||
trigo.cpp |