mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
svg -> this.svg
This commit is contained in:
parent
3642cb0a17
commit
e12d333a04
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class VoronoiOverlay {
|
||||||
|
|
||||||
// TODO: Map the generated polygons back onto this.cells
|
// TODO: Map the generated polygons back onto this.cells
|
||||||
|
|
||||||
let svg = new SvgWriter();
|
this.svg = new SvgWriter();
|
||||||
|
|
||||||
// TODO: Render the SVG here
|
// TODO: Render the SVG here
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue