Cleaning up the guide

This commit is contained in:
Devine Lu Linvega
2019-01-09 15:01:01 +12:00
parent f604780056
commit cd02c01f0d
4 changed files with 19 additions and 17 deletions

View File

@@ -38,6 +38,7 @@ DOTGRID.Renderer = function () {
layer.style.strokeLinejoin = style.strokeLinejoin
layer.style.stroke = style.color
layer.style.fill = style.fill
layer.style.transform = style.transform
layer.setAttribute('d', paths[id])
}
}