gofish-graphics 0.0.9 → 0.0.10
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 +7 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5527,12 +5527,14 @@ class En {
|
|
|
5527
5527
|
render(i, {
|
|
5528
5528
|
w: r,
|
|
5529
5529
|
h: a,
|
|
5530
|
-
|
|
5531
|
-
|
|
5532
|
-
|
|
5533
|
-
|
|
5530
|
+
x: f,
|
|
5531
|
+
y: l,
|
|
5532
|
+
transform: h,
|
|
5533
|
+
debug: m = !1,
|
|
5534
|
+
defs: d,
|
|
5535
|
+
axes: p = !1
|
|
5534
5536
|
}) {
|
|
5535
|
-
return pu(i, { w: r, h: a,
|
|
5537
|
+
return pu(i, { w: r, h: a, x: f, y: l, transform: h, debug: m, defs: d, axes: p }, this);
|
|
5536
5538
|
}
|
|
5537
5539
|
name(i) {
|
|
5538
5540
|
return this._name = i, this;
|