# File lib/pdf/writer/graphics.rb, line 508 508: def stroke_color!(color = nil) 509: if color 510: @current_stroke_color = color 511: add_content "\n#{@current_stroke_color.pdf_stroke}" 512: end 513: end