diff --git a/client_src/js/Overlay/VoronoiOverlay.mjs b/client_src/js/Overlay/VoronoiOverlay.mjs index be5680a..707e508 100644 --- a/client_src/js/Overlay/VoronoiOverlay.mjs +++ b/client_src/js/Overlay/VoronoiOverlay.mjs @@ -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 }