class PDF::Inspector::Graphics::State

def initialize

def initialize
  @save_graphics_state_count    = 0
  @restore_graphics_state_count = 0
end