public SvgVoAttribute(string name, System.Drawing.Color value)
     : this(name, value.A == 0 ? "none" : ColorTranslator.ToSvg(value))
 {
 }