We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d42349 commit 8d89101Copy full SHA for 8d89101
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "inkpaint",
3
- "version": "2.6.3",
+ "version": "2.6.5",
4
"description": "InkPaint is a lightweight node.js canvas graphics animation library.",
5
"main": "./lib/index.js",
6
"license": "MIT",
src/display/ProxyObj.js
@@ -22,6 +22,9 @@ export default class ProxyObj extends EventEmitter {
22
this.isProxy = true;
23
}
24
25
+ setScaleToInit() {}
26
+ attr(attrs) {}
27
+
28
replaceFromParent(display) {
29
const { parent } = this;
30
if (!parent) return;
0 commit comments