Plot SVG: fix issue with arcs (bug #1328155 ) both in Pcbnew and Eeschema.
This commit is contained in:
@@ -346,7 +346,7 @@ void SVG_PLOTTER::Arc( const wxPoint& centre, double StAngle, double EndAngle, i
|
||||
DPOINT centre_dev = userToDeviceCoordinates( centre );
|
||||
double radius_dev = userToDeviceSize( radius );
|
||||
|
||||
if( m_yaxisReversed ) // Should be always the case
|
||||
if( !m_yaxisReversed ) // Should be never the case
|
||||
{
|
||||
double tmp = StAngle;
|
||||
StAngle = -EndAngle;
|
||||
|
||||
Reference in New Issue
Block a user