UNPKG

fabric

Version:

Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.

3 lines 197 B
import type { ColorStop } from '../typedefs'; export declare function parseColorStops(el: SVGGradientElement, opacityAttr: string | null): ColorStop[]; //# sourceMappingURL=parseColorStops.d.ts.map