Class ClipPathSvgNodeRenderer

All Implemented Interfaces:
IBranchSvgNodeRenderer, ISvgNodeRenderer

public class ClipPathSvgNodeRenderer extends AbstractBranchSvgNodeRenderer
This renderer represents a collection of elements (simple shapes and paths). The elements are not drawn visibly, but the union of their shapes will be used to only show the parts of the drawn objects that fall within the clipping path. In PDF, the clipping path operators use the intersection of all its elements, not the union (as in SVG); thus, we need to draw the clipped elements multiple times if the clipping path consists of multiple elements.
  • Constructor Details

    • ClipPathSvgNodeRenderer

      public ClipPathSvgNodeRenderer()
  • Method Details