1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| /**
| * @license Highcharts JS v7.1.3 (2019-08-14)
| * @module highcharts/modules/pattern-fill
| * @requires highcharts
| *
| * Module for adding patterns and images as point fills.
| *
| * (c) 2010-2019 Highsoft AS
| * Author: Torstein Hønsi, Øystein Moseng
| *
| * License: www.highcharts.com/license
| */
| 'use strict';
|
| require('../../modules/pattern-fill.src.js');
|
|