Bug fix: svg dirty flag

This commit is contained in:
xDraconian
2018-05-17 01:30:32 -05:00
committed by James Turner
parent 2ba5676eb0
commit d92a289c25

View File

@@ -900,8 +900,10 @@ namespace canvas
else if( name == "coord" )
_attributes_dirty |= COORDS;
else if ( name == "svg")
{
_hasSVG = true;
_attributes_dirty |= SVG;
}
}
//----------------------------------------------------------------------------