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


namespace Svg{
	
	public interface SVGAnimatedPoints{
		
		/// <summary>A list of points.</summary>
		SVGPointList points{get;}
		/// <summary>A list of animated points.</summary>
		SVGPointList animatedPoints{get;}
		
	}
	
}