class HexaPDF::Content::Operator::EndPath

See: PDF2.0 s8.5.3.1
Implementation of the ‘S’, ‘s’, ‘f’, ‘F’, ‘f*’, ‘B’, ‘B*’, ‘b’, ‘b*’ and ‘n’ operators.

def invoke(processor) #:nodoc:

:nodoc:
def invoke(processor) #:nodoc:
  processor.graphics_object = :none
end