Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/dts/lib.dom.d.ts>SVGMarkerElement

A modern runtime for JavaScript and TypeScript.
Go to Latest
variable SVGMarkerElement
import { SVGMarkerElement } from "https://deno.land/x/deno@v1.28.1/cli/dts/lib.dom.d.ts";

type

{ prototype: SVGMarkerElement; readonly SVG_MARKERUNITS_STROKEWIDTH: number; readonly SVG_MARKERUNITS_UNKNOWN: number; readonly SVG_MARKERUNITS_USERSPACEONUSE: number; readonly SVG_MARKER_ORIENT_ANGLE: number; readonly SVG_MARKER_ORIENT_AUTO: number; readonly SVG_MARKER_ORIENT_UNKNOWN: number; new (): SVGMarkerElement; }