标签: ruby pdf prawn
@pdf.dash(space: 10, phase:0) @pdf.draw_horizontal_line 50, 500, at: 220
这画了一条没有破折号的水平线,我做错了什么?
答案 0 :(得分:1)
事实证明,我们的项目正在使用Prawn 0.8.4,它似乎不支持Prawn::Graphics#Dash(尽管该方法存在,这有点奇怪)。我设法使用以下要点解决了这个问题:https://gist.github.com/henrik/204854
0.8.4
Prawn::Graphics#Dash