From de28fbc85b39e3822ea7293d3eb3b147ab10c864 Mon Sep 17 00:00:00 2001 From: shihui Date: Thu, 6 Jan 2022 19:49:27 +0800 Subject: [PATCH] style: lint style --- examples/gallery/animate/demo/animate_path_texture.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gallery/animate/demo/animate_path_texture.js b/examples/gallery/animate/demo/animate_path_texture.js index b9ae1616de..c34b0b06f3 100644 --- a/examples/gallery/animate/demo/animate_path_texture.js +++ b/examples/gallery/animate/demo/animate_path_texture.js @@ -32,7 +32,7 @@ scene.on('loaded', () => { trailLength: 2 // 流线长度 }) .style({ - borderWidth: 0.35, // 默认文 0,最大有效值为 0.5 + borderWidth: 0.35, // 默认文 0,最大有效值为 0.5 borderColor: '#888', // 默认为 #ccc lineTexture: true, // 开启线的贴图功能 iconStep: 20 // 设置贴图纹理的间距