svg -> this.svg

This commit is contained in:
Starbeamrainbowlabs 2019-05-29 21:08:22 +01:00
parent 3642cb0a17
commit e12d333a04
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class VoronoiOverlay {
// TODO: Map the generated polygons back onto this.cells
let svg = new SvgWriter();
this.svg = new SvgWriter();
// TODO: Render the SVG here
}