# File lib/pdf/writer/graphics.rb, line 106
106:   def fill_stroke(rule = nil)
107:     if :even_odd == rule
108:       add_content(" B*")
109:     else
110:       add_content(" B")
111:     end
112:     self
113:   end