diff --git a/simgear/canvas/elements/CanvasPath.cxx b/simgear/canvas/elements/CanvasPath.cxx index c23f1e49..5fd8b775 100644 --- a/simgear/canvas/elements/CanvasPath.cxx +++ b/simgear/canvas/elements/CanvasPath.cxx @@ -900,8 +900,10 @@ namespace canvas else if( name == "coord" ) _attributes_dirty |= COORDS; else if ( name == "svg") + { _hasSVG = true; _attributes_dirty |= SVG; + } } //----------------------------------------------------------------------------