Class: Idml::Render::PdfrbExt::Clip

Inherits:
Pdfrb::Content::Operator::NoArg
  • Object
show all
Defined in:
lib/idml/render/pdfrb_ext/clip.rb

Overview

PDF W operator: intersect current path with clipping path (nonzero winding rule). Must be followed by n to end the path.

Class Method Summary collapse

Class Method Details

.nameObject



10
11
12
# File 'lib/idml/render/pdfrb_ext/clip.rb', line 10

def name
  "W"
end