module Prawn::Core::Page::GraphicsState

Public Instance Methods

graphic_state() click to toggle source
# File lib/prawn/document/graphics_state.rb, line 65
def graphic_state
  stack.current_state
end