This commit is contained in:
nekikara 2022-12-30 21:12:04 +01:00
parent 1e445b589a
commit cab3aedfe2
No known key found for this signature in database
GPG key ID: 1FE5E6F3BA7C09A8

View file

@ -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);