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

using System;
using System.Collections.Generic;
using System.Text;

namespace Svg{

	/// <summary>
	/// Represents the font-face-uri tag.
	/// </summary>
	[Dom.TagName("font-face-uri")]
	public class SVGFontFaceUriElement:SVGElement{
		
	}
	
}
