Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface SVGPathSegCurvetoCubicSmoothRel
implements SVGPathSeg
import { type SVGPathSegCurvetoCubicSmoothRel } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

Properties

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