Class: Pdfrb::Content::Operator::CloseFillStrokeNonZero

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



67
68
69
# File 'lib/pdfrb/content/operators/painting.rb', line 67

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

.nameObject



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

def self.name; "b"; end