using System; namespace SharpVectors.Dom.Svg{ /// <summary> /// The SvgPathSegClosePath interface corresponds to a "closepath" (z) path data command. /// </summary> /// <developer>niklas@protocol7.com</developer> /// <completed>100</completed> public interface ISvgPathSegClosePath : ISvgPathSeg { } }