gofish-graphics 0.0.13 → 0.0.15
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5537,7 +5537,7 @@ class xe {
|
|
|
5537
5537
|
)
|
|
5538
5538
|
);
|
|
5539
5539
|
}
|
|
5540
|
-
|
|
5540
|
+
NODE_render(i, {
|
|
5541
5541
|
w: n,
|
|
5542
5542
|
h: a,
|
|
5543
5543
|
x: c,
|
|
@@ -8105,7 +8105,7 @@ class $e {
|
|
|
8105
8105
|
defs: f,
|
|
8106
8106
|
axes: d = !1
|
|
8107
8107
|
}) {
|
|
8108
|
-
return this._render(this._data, "root").
|
|
8108
|
+
return this._render(this._data, "root").setShared([!0, !0]).NODE_render(i, {
|
|
8109
8109
|
w: n,
|
|
8110
8110
|
h: a,
|
|
8111
8111
|
transform: c,
|