Class: Pdfrb::Content::Operator::FillStrokeNonZero

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



51
52
53
# File 'lib/pdfrb/content/operators/painting.rb', line 51

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

.nameObject



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

def self.name; "B"; end