Increase stroke width

This commit is contained in:
Caitlin Hennessy 2017-12-20 16:25:26 -08:00
parent 38a9f153f7
commit 703bd01931

View File

@ -24,7 +24,8 @@ namespace pxsim.visuals {
r: 17,
cx: 13,
cy: 20,
stroke: 'black'
stroke: 'black',
'stroke-width': 2
});
let pt = parent.createSVGPoint();