diff --git a/common/plotters/SVG_plotter.cpp b/common/plotters/SVG_plotter.cpp index 2b2dc8dcb5..69139ef537 100644 --- a/common/plotters/SVG_plotter.cpp +++ b/common/plotters/SVG_plotter.cpp @@ -292,7 +292,7 @@ void SVG_PLOTTER::StartBlock( void* aData ) { std::string* idstr = reinterpret_cast<std::string*>( aData ); - fputs( "<svg:g ", outputFile ); + fputs( "<g ", outputFile ); if( idstr ) fprintf( outputFile, "id=\"%s\"", idstr->c_str() );