Class: Pdfrb::Content::Operator::FillEvenOdd
- Defined in:
- lib/pdfrb/content/operators/painting.rb
Class Method Summary collapse
Methods inherited from NoArg
Methods inherited from Base
Class Method Details
.invoke(processor) ⇒ Object
43 44 45 |
# File 'lib/pdfrb/content/operators/painting.rb', line 43 def self.invoke(processor, *) processor.paint_path(fill: true, stroke: false, close: false, rule: :even_odd) end |
.name ⇒ Object
42 |
# File 'lib/pdfrb/content/operators/painting.rb', line 42 def self.name; "f*"; end |