The SvgNode class represents nodes that can display SVG drawings in addition to the rendering provided by its base
ShapeNode class. The SVG drawing of the node is specified through its Content property. The SVG graphics
is loaded and associated with the node through a com.mindfusion.svg.SvgContent object, which should be initialized and
then assigned to this property.