diff --git a/common/plotters/SVG_plotter.cpp b/common/plotters/SVG_plotter.cpp index 596494ed31..15d54e6922 100644 --- a/common/plotters/SVG_plotter.cpp +++ b/common/plotters/SVG_plotter.cpp @@ -828,16 +828,16 @@ void SVG_PLOTTER::Text( const VECTOR2I& aPos, if( !aOrient.IsZero() ) { - fprintf( m_outputFile, - "\n", - - aOrient.AsDegrees(), m_precision, anchor_pos_dev.x, m_precision, anchor_pos_dev.y ); + fprintf( m_outputFile, "\n", + m_plotMirror ? aOrient.AsDegrees() : -aOrient.AsDegrees(), m_precision, + anchor_pos_dev.x, m_precision, anchor_pos_dev.y ); } fprintf( m_outputFile, "