aboutsummaryrefslogtreecommitdiffstats
path: root/app/svg.js
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-11-07 10:35:28 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-11-07 10:35:28 +0200
commit08528a9e05a12e564f2c3776be4c8ae672f5054c (patch)
treeb5fe872701d0e30b5df18f7d4ea994b5b4a1761a /app/svg.js
parentf3d3700dcca8555da9882f923a9fc4a30fcab3b8 (diff)
downloadhousing-08528a9e05a12e564f2c3776be4c8ae672f5054c.tar.zst
Minor dom cleanup
Diffstat (limited to 'app/svg.js')
-rw-r--r--app/svg.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/svg.js b/app/svg.js
index 84d3aa6..ad63910 100644
--- a/app/svg.js
+++ b/app/svg.js
@@ -1,13 +1,5 @@
import { LineString, Point, Polygon } from "geom";
-/**
- * Class representing options for SVG elements
- * @property {Record<string, string>} attributes - SVG attributes
- * @property {Record<string, string>} styles - CSS styles
- * @property {string} id - Element ID
- * @property {string[]} classes - CSS classes
- * @property {SVGElement[]} children - Child elements
- */
export class SvgOptions {
attributes;
styles;