lib/prawn/graphics/join_style.rb in prawn-1.2.1 vs lib/prawn/graphics/join_style.rb in prawn-1.3.0
- old
+ new
@@ -40,10 +40,10 @@
graphic_state.join_style = style
end
def write_stroke_join_style
- add_content "#{JOIN_STYLES[current_join_style]} j"
+ renderer.add_content "#{JOIN_STYLES[current_join_style]} j"
end
end
end
end