@shotstack/shotstack-canvas 1.1.9 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/entry.node.cjs +0 -1
- package/dist/entry.node.cjs.map +1 -1
- package/dist/entry.node.js +0 -1
- package/dist/entry.node.js.map +1 -1
- package/dist/entry.web.js +0 -1
- package/dist/entry.web.js.map +1 -1
- package/package.json +1 -1
package/dist/entry.node.cjs
CHANGED
|
@@ -1322,7 +1322,6 @@ async function createNodePainter(opts) {
|
|
|
1322
1322
|
if (!fill) {
|
|
1323
1323
|
fill = makeGradientFromBBox(context, fillOp.fill, localBBox);
|
|
1324
1324
|
gradientCache.set(cacheKey, fill);
|
|
1325
|
-
console.log("[Node Painter] Created NEW gradient for local bbox:", localBBox);
|
|
1326
1325
|
}
|
|
1327
1326
|
context.fillStyle = fill;
|
|
1328
1327
|
context.beginPath();
|