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

using System;
using Dom;
using PowerUI;


namespace Svg{
	
	/// <summary>
	/// An SVG element which represents renderable text.
	/// </summary>
	[SVGNamespace]
	[Dom.TagName("TextNode")]
	public class SVGTextNode:RenderableTextNode{
		
	}
	
}