Fixed typo in copy.

This commit is contained in:
Michael Jumper
2011-04-01 01:58:41 -07:00
parent 3beb7ec1f0
commit 8a6595e2db

View File

@@ -215,7 +215,7 @@ function Layer(width, height) {
0x9: "destination-atop",
0xA: "xor",
0xB: "destination-over",
0xC: "source-copy",
0xC: "copy",
/* 0xD NOT IMPLEMENTED */
0xE: "source-over",
0xF: "lighter",