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

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

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

type

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