Jeff Young
|
940e03e567
|
Remove arc end swapping when parsing.
See: 2366b06e77 (note_839061664)
|
2022-02-11 13:10:52 +00:00 |
Jeff Young
|
2366b06e77
|
Don't parse multiple items in a single c'tor or function call.
The C++ optimizer is not always your friend and may do them in the
reverse order.
|
2022-02-10 17:54:13 +00:00 |
Jeff Young
|
d33d092e8e
|
Add a second fix for backwards arcs.
This one *should* also be good when we support larger-than-180
degree arcs.
|
2022-02-10 15:46:02 +00:00 |
Jeff Young
|
cb8e803788
|
Formatting.
|
2022-02-10 13:04:29 +00:00 |
jean-pierre charras
|
b9843a23eb
|
Eeschema, legacy *lib files: fix issues with 180 deg arcs.
180 deg arcs are a limit, so when importing them convert them to slightly
smaller arc (arc angle = 179.5 deg)
Fixes #10455
https://gitlab.com/kicad/code/kicad/issues/10455
|
2022-02-10 12:45:54 +01:00 |
Wayne Stambaugh
|
9260431fe4
|
Abstract out symbol library parser object.
|
2022-02-02 07:07:39 -05:00 |