# File lib/pdf/writer/graphics.rb, line 124
124:   def close_fill_stroke(rule = nil)
125:     if :even_odd == rule
126:       add_content(" b*")
127:     else
128:       add_content(" b")
129:     end
130:     self
131:   end