//--------------------------------------
//               PowerUI
//
//        For documentation or 
//    if you have any issues, visit
//        powerUI.kulestar.com
//
//    Copyright  2013 Kulestar Ltd
//          www.kulestar.com
//--------------------------------------

using Dom;
using Blaze;
using Css;


namespace Svg{
	
	/// <summary>
	/// An SVG stop tag.
	/// </summary>
	
	[Dom.TagName("stop")]
	public class SVGStopElement:SVGElement{
		
	}
}
