class HexaPDF::Content::Operator::SetMiterLimit

Implementation of the 'M' operator.

See: PDF1.7 s8.4.4

Public Class Methods

new() click to toggle source

Creates the operator.

# File lib/hexapdf/content/operator.rb, line 256
def initialize
  super('M')
end