Is there a way to create rounded corners (border-radius) for tables or other elements?
+1
duplicate feature request: https://github.com/bpampuch/pdfmake/issues/385
+1
any update?
nothing yet?
Any updates about it
please, any update on this?
{canvas: [
{
type: 'rect',
x: 0,
y: 0,
w: 285,
h: 23,
r: 3,
lineColor: '#ccc',
},
]},
and then position text absolutely
Most helpful comment
385 is a border around and image. NOT border-radius. Has there been any update on this?