/* * SVGPathSegList.java * * Created on April 12, 2007, 9:17 PM * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package com.kitfox.salamander.svg.paths; import com.kitfox.salamander.svg.basic.SVGList; /** * * @author kitfox */ public interface SVGPathSegList extends SVGList { }