Remove description from type tag
This commit is contained in:
@@ -39,13 +39,13 @@ class CanvasVectorImageLayerRenderer extends CanvasImageLayerRenderer {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @private
|
* @private
|
||||||
* @type {import("../../transform.js").Transform};
|
* @type {import("../../transform.js").Transform}
|
||||||
*/
|
*/
|
||||||
this.coordinateToVectorPixelTransform_ = create();
|
this.coordinateToVectorPixelTransform_ = create();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @private
|
* @private
|
||||||
* @type {import("../../transform.js").Transform};
|
* @type {import("../../transform.js").Transform}
|
||||||
*/
|
*/
|
||||||
this.renderedPixelToCoordinateTransform_ = null;
|
this.renderedPixelToCoordinateTransform_ = null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user