Method: HexaPDF::Content::Canvas#operators
- Defined in:
- lib/hexapdf/content/canvas.rb
#operators ⇒ Object (readonly)
The operator name/implementation map used when invoking or serializing an operator.
Defaults to Operator::DEFAULT_OPERATORS, i.e. the standard implementation provided by HexaPDF.
279 280 281 |
# File 'lib/hexapdf/content/canvas.rb', line 279 def operators @operators end |