This commit is contained in:
djerom
2022-07-16 17:42:31 +05:00
parent cf5956e248
commit 3337f7216e
3 changed files with 12 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ function pt(wopt, wwpt, rmm, ppu, style) {
}
function it(rmm, ppu, style) {
return SvgNodes.circle(rmm * ppu).add_style(style.wit);
return SvgNodes.circle(rmm * ppu).add_style(style);
}
module.exports = {