In 2D Graphics In computer graphics, a clipping path is a closed vector path, or shape, used to cut out an image in current image manipulation software. Anything inside the path will be included after the clipping path is applied; anything outside the path will be omitted from the output. Applying the clipping path results in a hard edge.
See more at Wikipedia.org...