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