Fixed typo in copy.
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Fri, 1 Apr 2011 08:58:41 +0000 (01:58 -0700)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Fri, 1 Apr 2011 08:58:41 +0000 (01:58 -0700)
src/main/resources/layer.js

index 5f481b7..7fcae17 100644 (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",