@nmmty/lazycanvas 0.6.0-dev.321c2e → 0.6.0-dev.7aa084

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.
@@ -206,7 +206,7 @@ class BaseLayer {
206
206
  centring: data.centring || types_1.Centring.Center,
207
207
  filter: data.filter || '',
208
208
  opacity: data.opacity || 1,
209
- filled: data.filled || false,
209
+ filled: data.filled || true,
210
210
  fillStyle: data.fillStyle || '#000000',
211
211
  transform: data.transform || {},
212
212
  globalComposite: data.globalComposite || 'source-over',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nmmty/lazycanvas",
3
- "version": "0.6.0-dev.321c2e",
3
+ "version": "0.6.0-dev.7aa084",
4
4
  "description": "A simple way to interact with @napi-rs/canvas in an advanced way!",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",