diff options
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; |
