Class: Pdfrb::Content::Operator::FillNonZero

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

Direct Known Subclasses

FillDeprecatedAlias

Class Method Summary collapse

Methods inherited from NoArg

serialize

Methods inherited from Base

register, serialize

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

.nameObject



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

def self.name; "f"; end