What is the default border size of a Canvas?

Started by 12Three, March 17, 2019, 11:59:47 PM


sinelogixtech

The values for those attributes, according to the specification, can only be non-negative integers. By default, the browser creates canvas elements with a width of 300 pixels and a height of 150 pixels. You can change the size of a canvas element by specifying the width and height attributes.