From 44e2939a9b0da14badf6678cd81f64ad8f938131 Mon Sep 17 00:00:00 2001 From: Nicolas Ronvel Date: Tue, 5 Sep 2017 12:48:58 +0200 Subject: [PATCH] =?UTF-8?q?Issue=20#180=20-=20Tentacules=20N&B=20supprim?= =?UTF-8?q?=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/templates/dw-acritarche.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/js/templates/dw-acritarche.json b/src/js/templates/dw-acritarche.json index 66e64df..610328b 100644 --- a/src/js/templates/dw-acritarche.json +++ b/src/js/templates/dw-acritarche.json @@ -212,7 +212,8 @@ }, { "type": "path", "id": "cadres-tentacules", - "fill": "{{ value = card[blackwhite] ? '#222' : card[color2].toHexString(); }}", + "fill": "$color2.hexa$", + "visible": "?!blackwhite", "path": "./js/templates/dw-svg/ETS-Type1-Couleur2.svg" }, { "type": "path", @@ -266,7 +267,8 @@ }, { "type": "path", "id": "titre-tentacules", - "fill": "{{ value = card[blackwhite] ? '#222' : card[color2].toHexString(); }}", + "fill": "$color2.hexa$", + "visible": "?!blackwhite", "path": "./js/templates/dw-svg/ETS-Titre-Couleur2.svg" } ]