Refactor stroke style management to reuse code
This commit is contained in:
@@ -88,7 +88,7 @@ ol.render.canvas.TextReplay = function(
|
||||
* @private
|
||||
* @type {ol.CanvasTextState}
|
||||
*/
|
||||
this.textState_ = {};
|
||||
this.textState_ = /** @type {ol.CanvasTextState} */ ({});
|
||||
|
||||
/**
|
||||
* @private
|
||||
|
||||
Reference in New Issue
Block a user