Class: Pdfrb::Content::Operator::FillStrokeEvenOdd

Inherits:
NoArg
  • Object
show all
Defined in:
lib/pdfrb/content/operators/painting.rb

Class Method Summary collapse

Methods inherited from NoArg

serialize

Methods inherited from Base

register, serialize

Class Method Details

.invoke(processor) ⇒ Object



59
60
61
# File 'lib/pdfrb/content/operators/painting.rb', line 59

def self.invoke(processor, *)
  processor.paint_path(fill: true, stroke: true, close: false, rule: :even_odd)
end

.nameObject



58
# File 'lib/pdfrb/content/operators/painting.rb', line 58

def self.name; "B*"; end