# File lib/pdf/writer/graphics.rb, line 502
502:   def stroke_color(color)
503:     stroke_color!(color) if @current_stroke_color.nil? or color != @current_stroke_color
504:   end