EasyEDA Std: fix polygon pad orientation.

This commit is contained in:
Alex Shvartzkop 2023-10-01 15:26:15 +03:00
parent 9cca8e5970
commit 25cca5adfe
1 changed files with 1 additions and 0 deletions

View File

@ -977,6 +977,7 @@ void PCB_EASYEDA_PARSER::ParseToBoardItemContainer(
chain.SetClosed( true ); chain.SetClosed( true );
chain.Move( -center ); chain.Move( -center );
chain.Rotate( -pad->GetOrientation() );
pad->AddPrimitivePoly( chain, 0, true ); pad->AddPrimitivePoly( chain, 0, true );
} }