Class: Pdfrb::Content::Operator::FillStrokeNonZero
- 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
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 |
.name ⇒ Object
50 |
# File 'lib/pdfrb/content/operators/painting.rb', line 50 def self.name; "B"; end |