Class: Pdfrb::Content::Operator::CloseFillStrokeEvenOdd
- 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
75 76 77 |
# File 'lib/pdfrb/content/operators/painting.rb', line 75 def self.invoke(processor, *) processor.paint_path(fill: true, stroke: true, close: true, rule: :even_odd) end |
.name ⇒ Object
74 |
# File 'lib/pdfrb/content/operators/painting.rb', line 74 def self.name; "b*"; end |