aboutsummaryrefslogtreecommitdiffstats
path: root/app/svg.js
diff options
context:
space:
mode:
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;