Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dera- committed Feb 26, 2024
1 parent 1990792 commit c8fcbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/surface/CompositeOperationString.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* - `"destination-over"`: 先に描画された領域の下に描画する。
* - `"xor"`: 先に描画された領域と重なった部分のみ透明にする。
* - `"difference"`: 常に正の値を得るために、重なっている部分の領域から先に描画された領域を減算する。
* - `"saturation"`: 先に描画された領域の輝度と色相を維持し、重なっている部分の彩度を採用する。
* - `"saturation"`: 先に描画された領域の明度と色相を維持し、重なっている部分の彩度を採用する。
*
* `experimental-` がつくものは、環境によって描画結果が大きく異なることがある。
* 動作については HTML5 Canvas の globalCompositeOperation も参照のこと。
Expand Down

0 comments on commit c8fcbe8

Please sign in to comment.