Extends Item
The PathItem class is the base for any items that describe paths and offer standardised methods for drawing and path manipulation, such as Path
and CompoundPath
.
interiorPoint
clockwise
pathData
unite(path[, options])
intersect(path[, options])
subtract(path[, options])
exclude(path[, options])
divide(path[, options])
reorient([nonZero[, clockwise]])
getIntersections(path[, include])
getCrossings(path)
getNearestLocation(point)
getNearestPoint(point)