Home >Web Front-end >H5 Tutorial >Canvas study notes in html5 1-The size of the drawing board and the actual display size_html5 tutorial skills
In canvas, when writing width and height on canvas, it is the actual artboard size of canvas. By default, width is 300px and height is 150px.
When writing css style in style, widht and height are the actual display size.
Now use canvas to draw a diagonal line as an example: