Chrome seems to set canvas tags a default width of 300px.
This is a bit of a nuisance when I want a canvas to default to the size of it's containing div, which has an unspecified size.
Using the example here, I'd like the canvas to default to the width of the heading with added padding.
Hope that makes sense.
Is this possible without javascript?