Move ol.CanvasStrokeState to ol/render/canvas

This commit is contained in:
Michael Kuenzli
2018-04-18 14:37:06 +02:00
parent 113785f048
commit 6096f84be2
4 changed files with 20 additions and 20 deletions

View File

@@ -35,6 +35,18 @@ import {create as createTransform} from '../transform.js';
*/
/**
* @typedef {Object} StrokeState
* @property {string} lineCap
* @property {Array.<number>} lineDash
* @property {number} lineDashOffset
* @property {string} lineJoin
* @property {number} lineWidth
* @property {number} miterLimit
* @property {module:ol/colorlike~ColorLike} strokeStyle
*/
/**
* @const
* @type {string}