UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

10 lines (8 loc) 238 B
import { ObjectExt } from '../../util' import { Attr } from './index' export const fill: Attr.Definition = { qualify: ObjectExt.isPlainObject, set(fill, { view }) { return `url(#${view.graph.defineGradient(fill as any)})` }, }