Class: Pdfrb::Content::Operator::FillNonZero
- Defined in:
- lib/pdfrb/content/operators/painting.rb
Direct Known Subclasses
Class Method Summary collapse
Methods inherited from NoArg
Methods inherited from Base
Class Method Details
.invoke(processor) ⇒ Object
28 29 30 |
# File 'lib/pdfrb/content/operators/painting.rb', line 28 def self.invoke(processor, *) processor.paint_path(fill: true, stroke: false, close: false, rule: :nonzero) end |
.name ⇒ Object
27 |
# File 'lib/pdfrb/content/operators/painting.rb', line 27 def self.name; "f"; end |