class HexaPDF::Content::Operator::AppendRectangle

Implementation of the 're' operator.

See: PDF1.7 s8.5.2.1

Public Class Methods

new() click to toggle source

Creates the operator.

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