EasyEDA Std: fix polygon pad orientation.
This commit is contained in:
parent
9cca8e5970
commit
25cca5adfe
|
@ -977,6 +977,7 @@ void PCB_EASYEDA_PARSER::ParseToBoardItemContainer(
|
|||
chain.SetClosed( true );
|
||||
|
||||
chain.Move( -center );
|
||||
chain.Rotate( -pad->GetOrientation() );
|
||||
pad->AddPrimitivePoly( chain, 0, true );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue