UNPKG

vega-scenegraph

Version:

Vega scenegraph and renderers.

9 lines (7 loc) 213 B
import {isGradient} from '../../Gradient'; import gradient from './gradient'; export default function(context, item, value) { return isGradient(value) ? gradient(context, value, item.bounds) : value; }