Class: Pdfrb::Content::Operator::MiterLimit

Inherits:
Base
  • Object
show all
Defined in:
lib/pdfrb/content/operators/graphics_state_params.rb

Class Method Summary collapse

Methods inherited from Base

register, serialize

Class Method Details

.invoke(processor, n) ⇒ Object



36
37
38
# File 'lib/pdfrb/content/operators/graphics_state_params.rb', line 36

def self.invoke(processor, n)
  processor.update_graphics_state(miter_limit: n.to_f)
end

.nameObject



35
# File 'lib/pdfrb/content/operators/graphics_state_params.rb', line 35

def self.name; "M"; end