# File lib/pdf/writer/state.rb, line 27
27:     def blank?
28:       @fill_color.nil? and @stroke_color.nil? and @stroke_style.nil?
29:     end