diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-11-07 10:35:28 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-11-07 10:35:28 +0200 |
| commit | 08528a9e05a12e564f2c3776be4c8ae672f5054c (patch) | |
| tree | b5fe872701d0e30b5df18f7d4ea994b5b4a1761a /app/svg.js | |
| parent | f3d3700dcca8555da9882f923a9fc4a30fcab3b8 (diff) | |
| download | housing-08528a9e05a12e564f2c3776be4c8ae672f5054c.tar.zst | |
Minor dom cleanup
Diffstat (limited to 'app/svg.js')
| -rw-r--r-- | app/svg.js | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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; |
