Plotter: Ensure group style is respected in SVG
Graphics Changed is cleared when setting graphics for a group but needs to be reset when the group ends. Fixes: lp:1830245 * https://bugs.launchpad.net/kicad/+bug/1830245
This commit is contained in:
parent
2dd5757eb5
commit
1a56dfe342
|
@ -303,6 +303,8 @@ void SVG_PLOTTER::StartBlock( void* aData )
|
|||
void SVG_PLOTTER::EndBlock( void* aData )
|
||||
{
|
||||
fprintf( outputFile, "</g>\n" );
|
||||
|
||||
m_graphics_changed = true;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue