UNPKG

vega-scenegraph

Version:

Vega scenegraph and renderers.

6 lines (4 loc) 192 B
import {line} from '../path/shapes'; import {pickLine} from '../util/pickPath'; import markMultiItemPath from './markMultiItemPath'; export default markMultiItemPath('line', line, pickLine);