#
vincentlu
2025-12-17 bc7a57c91e203d6c5c9b0c193e1f3f50f382d9c1
#
1个文件已修改
16 ■■■■ 已修改文件
zy-acs-flow/src/map/tool.js 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/map/tool.js
@@ -917,14 +917,14 @@
        fill: themeMode === 'dark' ? '#f1f2f6' : '#1e272e',
        fontSize: Math.max(16, 22 / currentScale),
        fontWeight: 600,
        letterSpacing: 0.5,
        stroke: themeMode === 'dark' ? '#1e272e' : '#ffffff',
        strokeThickness: Math.max(1, 2 / currentScale),
        dropShadow: true,
        dropShadowColor: themeMode === 'dark' ? '#00000066' : '#95a5a6',
        dropShadowBlur: 1.5,
        dropShadowAngle: Math.PI / 4,
        dropShadowDistance: 2,
        letterSpacing: 10,
        // stroke: themeMode === 'dark' ? '#1e272e' : '#ffffff',
        // strokeThickness: Math.max(1, 2 / currentScale),
        // dropShadow: true,
        // dropShadowColor: themeMode === 'dark' ? '#00000066' : '#95a5a6',
        // dropShadowBlur: 1.5,
        // dropShadowAngle: Math.PI / 4,
        // dropShadowDistance: 2,
    });
    const label = new PIXI.Text(text ?? '', labelStyle);
    label.anchor.set(0.5);