Pdfmake: border radius / rounded corners

Created on 5 Sep 2017  路  9Comments  路  Source: bpampuch/pdfmake

Is there a way to create rounded corners (border-radius) for tables or other elements?

Most helpful comment

385 is a border around and image. NOT border-radius. Has there been any update on this?

All 9 comments

+1

385 is a border around and image. NOT border-radius. Has there been any update on this?

+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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

michaelqiji picture michaelqiji  路  3Comments

ValeSauer picture ValeSauer  路  3Comments

kumarandena picture kumarandena  路  3Comments

dgrice picture dgrice  路  3Comments

kamilkp picture kamilkp  路  3Comments