fix typo
This commit is contained in:
parent
1e445b589a
commit
cab3aedfe2
1 changed files with 1 additions and 1 deletions
|
|
@ -1261,7 +1261,7 @@ class B {
|
|||
n = [];
|
||||
if (!t) return this._drawable("path", n, s);
|
||||
const i = (function (t, e) {
|
||||
t = (t || "").replace(/\n/g, " ").replace(/(-\s)/g, "-").replace("/(ss)/g", " ");
|
||||
t = (t || "").replace(/\n/g, " ").replace(/(-\s)/g, "-").replace("/(\s\s)/g", " ");
|
||||
let s = new o(t);
|
||||
if (e.simplification) {
|
||||
const t = new r(s.linearPoints, s.closed).fit(e.simplification);
|
||||
|
|
|
|||
Loading…
Reference in a new issue