mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-08-06 12:24:27 -04:00
webstead: properly ignore cntrmask
This commit is contained in:
parent
09c777481b
commit
568d7f43ab
@ -25,6 +25,7 @@
|
||||
.setAttribute("d", charstring
|
||||
.replaceAll(/<!--(?:[^-]|-[^-])*-->/g, "")
|
||||
.replace(/^.* [hv]stem /, "")
|
||||
.replace(/^cntrmask [01]*/, "")
|
||||
.replace(/^/, "m ")
|
||||
.replaceAll(/ rmoveto/g, "")
|
||||
.replaceAll(/ rlineto/g, "m")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user