@operato/scene-timer
Advanced tools
Comparing version 1.1.5 to 1.1.8
@@ -6,2 +6,11 @@ # Change Log | ||
### [1.1.8](https://github.com/things-scene/operato-scene/compare/v1.1.7...v1.1.8) (2022-11-05) | ||
### :bug: Bug Fix | ||
* padding default value ([2d55f81](https://github.com/things-scene/operato-scene/commit/2d55f81efffbbb1687e11380abfe293328e1e88d)) | ||
### [1.1.5](https://github.com/things-scene/operato-scene/compare/v1.1.4...v1.1.5) (2022-11-05) | ||
@@ -8,0 +17,0 @@ |
@@ -71,3 +71,3 @@ import { Component, RectPath, Shape } from '@hatiolab/things-scene'; | ||
render(context) { | ||
var { top, left, height, width, backgroundColor = 'transparent' } = this.model; | ||
var { top, left, height, width, backgroundColor = 'transparent' } = this.state; | ||
// background의 색상 | ||
@@ -74,0 +74,0 @@ context.beginPath(); |
@@ -89,3 +89,3 @@ /* | ||
render(context) { | ||
var { top, left, height, width, backgroundColor = 'transparent' } = this.model; | ||
var { top, left, height, width, backgroundColor = 'transparent' } = this.state; | ||
// background의 색상 | ||
@@ -92,0 +92,0 @@ context.beginPath(); |
@@ -6,3 +6,3 @@ { | ||
"author": "heartyoh", | ||
"version": "1.1.5", | ||
"version": "1.1.8", | ||
"main": "dist/index.js", | ||
@@ -61,3 +61,3 @@ "module": "dist/index.js", | ||
}, | ||
"gitHead": "412dd47dbdd764d4bf0e13ca423b35667e641784" | ||
"gitHead": "69c2b91e518f119fe5ecc0406902709edea110b3" | ||
} |
@@ -81,3 +81,3 @@ import { Component, ComponentNature, Properties, RectPath, Shape } from '@hatiolab/things-scene' | ||
render(context: CanvasRenderingContext2D) { | ||
var { top, left, height, width, backgroundColor = 'transparent' } = this.model | ||
var { top, left, height, width, backgroundColor = 'transparent' } = this.state | ||
@@ -84,0 +84,0 @@ // background의 색상 |
@@ -102,3 +102,3 @@ /* | ||
render(context: CanvasRenderingContext2D) { | ||
var { top, left, height, width, backgroundColor = 'transparent' } = this.model | ||
var { top, left, height, width, backgroundColor = 'transparent' } = this.state | ||
@@ -105,0 +105,0 @@ // background의 색상 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
143118