[Source]
# File sources/parser/graphics/state.rb, line 123 123: def initialize; super('Q') end
# File sources/parser/graphics/state.rb, line 125 125: def update_state(gs) 126: gs.restore 127: self 128: end
[Validate]