Webmaster Forums - Website and SEO Help

Web Development and Design => Website Design and HTML => Topic started by: 12Three on March 17, 2019, 11:59:47 PM

Title: What is the default border size of a Canvas?
Post by: 12Three on March 17, 2019, 11:59:47 PM
What is the default border size of a Canvas?
Title: Re: What is the default border size of a Canvas?
Post by: sinelogixtech on June 07, 2019, 12:41:40 AM
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.