Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface SVGPathSegCurvetoCubicSmoothAbs
implements SVGPathSeg
import { type SVGPathSegCurvetoCubicSmoothAbs } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

Properties

x: number
x2: number
y: number
y2: number