Spath represents a path composed of line segments and curves. It may contain multiple subpaths by closing a path and doing a 'moveto' to start a new one. All points are represented by a pathpoint. A pathpoint with closeto=true means the current subpath is completed by going back to the previous moveto and the next subpath begins with a new moveto.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.