CanvasPattern

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

CanvasPattern インターフェイスは、画像、キャンバス、動画をもとに生成される不透明オブジェクトを表し、CanvasRenderingContext2D.createPattern() メソッドによって作成されます。

fillStyle または strokeStyle として使用することができます。

インスタンスプロパティ

不透明なオブジェクトを表し、公開されているプロパティはありません。

メソッド

継承されたメソッドはありません。

CanvasPattern.setTransform()

パターンに線形の座標変換を表す DOMMatrix を適用します。

仕様書

Specification
HTML Standard
# canvaspattern

ブラウザーの互換性

BCD tables only load in the browser

関連情報