From 08528a9e05a12e564f2c3776be4c8ae672f5054c Mon Sep 17 00:00:00 2001 From: Petri Hienonen Date: Fri, 7 Nov 2025 10:35:28 +0200 Subject: Minor dom cleanup --- app/svg.js | 8 -------- 1 file changed, 8 deletions(-) (limited to 'app/svg.js') 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} attributes - SVG attributes - * @property {Record} styles - CSS styles - * @property {string} id - Element ID - * @property {string[]} classes - CSS classes - * @property {SVGElement[]} children - Child elements - */ export class SvgOptions { attributes; styles; -- cgit v1.2.3-70-g09d2