Class: Idml::Render::PdfrbExt::Clip
- Inherits:
-
Pdfrb::Content::Operator::NoArg
- Object
- Pdfrb::Content::Operator::NoArg
- Idml::Render::PdfrbExt::Clip
- 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
.name ⇒ Object
10 11 12 |
# File 'lib/idml/render/pdfrb_ext/clip.rb', line 10 def name "W" end |