diff --git a/dist/docs/assets/js/paper.js b/dist/docs/assets/js/paper.js index e3b765e8..ea287d3c 100644 --- a/dist/docs/assets/js/paper.js +++ b/dist/docs/assets/js/paper.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sat May 23 21:43:21 2020 +0900 + * Date: Sat May 23 14:48:39 2020 +0200 * *** * diff --git a/dist/docs/classes/Raster.html b/dist/docs/classes/Raster.html index 2e1a0ed9..6c854424 100644 --- a/dist/docs/classes/Raster.html +++ b/dist/docs/classes/Raster.html @@ -788,7 +788,7 @@ raster.on('load', function() {
  • image: -HTMLImageElementHTMLCanvasElement +CanvasImageSource
  • diff --git a/dist/paper-core.js b/dist/paper-core.js index f66f1606..e0266ffd 100644 --- a/dist/paper-core.js +++ b/dist/paper-core.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sat May 23 21:43:21 2020 +0900 + * Date: Sat May 23 14:48:39 2020 +0200 * *** * diff --git a/dist/paper-core.min.js b/dist/paper-core.min.js index 02f15dc8..2bdc40ee 100644 --- a/dist/paper-core.min.js +++ b/dist/paper-core.min.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sat May 23 21:43:21 2020 +0900 + * Date: Sat May 23 14:48:39 2020 +0200 * *** * diff --git a/dist/paper-full.js b/dist/paper-full.js index e3b765e8..ea287d3c 100644 --- a/dist/paper-full.js +++ b/dist/paper-full.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sat May 23 21:43:21 2020 +0900 + * Date: Sat May 23 14:48:39 2020 +0200 * *** * diff --git a/dist/paper-full.min.js b/dist/paper-full.min.js index afd292e1..faa22683 100644 --- a/dist/paper-full.min.js +++ b/dist/paper-full.min.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sat May 23 21:43:21 2020 +0900 + * Date: Sat May 23 14:48:39 2020 +0200 * *** * diff --git a/dist/paper.d.ts b/dist/paper.d.ts index 75887df4..4dddce28 100644 --- a/dist/paper.d.ts +++ b/dist/paper.d.ts @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sat May 23 21:43:21 2020 +0900 + * Date: Sat May 23 14:48:39 2020 +0200 * * This is an auto-generated type definition. */ @@ -5412,7 +5412,7 @@ declare namespace paper { * @param point - the offset of the image as a point in pixel * coordinates */ - drawImage(image: HTMLImageElement | HTMLCanvasElement, point: Point): void + drawImage(image: CanvasImageSource, point: Point): void /** * Calculates the average color of the image within the given path,