我想为我的 PDF 中的所有页面绘制边框。但是在使用时stroke_bounds
,我只能单独绘制单个暗线边框。我不能自定义任何东西?
有人知道如何改变我的stroke_bounds
边框样式吗?
我想为我的 PDF 中的所有页面绘制边框。但是在使用时stroke_bounds
,我只能单独绘制单个暗线边框。我不能自定义任何东西?
有人知道如何改变我的stroke_bounds
边框样式吗?
dash
在 Prawn::Graphics::Dash 中
使用http://prawn.majesticseaacreature.com/docs/0.11.1/Prawn/Graphics/Dash.html
例子:
pdf.dash 10, :space => 4
pdf.stroke_bounds
我有同样的问题。我发现你可以使用“stroke_color”函数来改变这个颜色。
http://prawnpdf.org/docs/0.11.1/Prawn/Graphics/Color.html#method-i-stroke_color
stroke_color "FF0000"
stroke_bounds