Esempio n. 1
0
		internal SvgStopElement(INode parent, XmlElement element)
			: base(parent, element)
		{
			this._stylableHelper = new SvgStylableHelper(this, element);

			this.Offset = element.ParseNumberOrPercentage("offset");
		}