Skip to content

Commit 8d89101

Browse files
committed
feat: add setScaleToInit
1 parent 5d42349 commit 8d89101

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inkpaint",
3-
"version": "2.6.3",
3+
"version": "2.6.5",
44
"description": "InkPaint is a lightweight node.js canvas graphics animation library.",
55
"main": "./lib/index.js",
66
"license": "MIT",

src/display/ProxyObj.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ export default class ProxyObj extends EventEmitter {
2222
this.isProxy = true;
2323
}
2424

25+
setScaleToInit() {}
26+
attr(attrs) {}
27+
2528
replaceFromParent(display) {
2629
const { parent } = this;
2730
if (!parent) return;

0 commit comments

Comments
 (0)