How do i draw a border around bounding box with specific setting
bounding_box([175, starting_y - 190], :width => 30.mm, :height => 17.mm) do
  stroke_color 'FFFF00'
  dash 10, space: 4
  stroke_bounds
end
I would like to have border dotted for bottom alone, How will i have this?
I tried searching in stroke, stroke_bounds, bounding_box of prawn document, i could not find anything
                        
You could draw the lines separately :
It outputs