Canvas is useful when using images and shapes in JavaScript. Since there are similar methods, let's organize the differences. "rect" and "fillRect" can both be used to draw rectangles. "rect" allows ...
JavaScriptで画像、図形を使うときに便利なCanvas。同じようなものがあるので違いを整理。 "rect"と"fillRect"同じく四角を書くことができるものです。 "rect"は四角を線と塗りを指定して描画できる。