From bd4ce1796ea4509bdbb02106e8522034c4167a84 Mon Sep 17 00:00:00 2001 From: "Paper.js Bot" Date: Sat, 23 May 2020 12:51:49 +0000 Subject: [PATCH] Prebuilt module for commit 9f249101f0a17181e71db47eb62b7d6f128972e9 --- dist/docs/assets/js/paper.js | 2 +- dist/docs/classes/Raster.html | 2 +- dist/paper-core.js | 2 +- dist/paper-core.min.js | 2 +- dist/paper-full.js | 2 +- dist/paper-full.min.js | 2 +- dist/paper.d.ts | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) 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,