test graphismes

master
pisouvigne 5 years ago
parent 51c9d6814b
commit e93a21aac7

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1012 B

@ -1,12 +1,12 @@
//Portes Logiques //Portes Logiques
var imageHeight = 45; var imageHeight = 50;
var imageWidth = 50; var imageWidth = 75;
var imageRotation = 0; var imageRotation = 0;
//Image //Image
const pathImg = "../img/"; const pathImg = "../img/";
const imageLogiqueEt = "eeee.png"; const imageLogiqueEt = "and_test.png";
const imageLogiqueOu = "zzz.png"; const imageLogiqueOu = "or_test.png";
const imageLogiqueEtNon = "logiqueetnon.png"; const imageLogiqueEtNon = "logiqueetnon.png";
const imageLogiqueInv = "non.png"; const imageLogiqueInv = "non.png";
const imageLogiqueNonOu = "aaa.png"; const imageLogiqueNonOu = "aaa.png";
@ -14,8 +14,8 @@ const imageEnd = "idea_white.png";
//line //line
const colorLineInnactive = "black"; const colorLineInnactive = "black";
const colorLineActive = "#46FEFE"; const colorLineActive = "#FFF033";
const lineStroke = 3; const lineStroke = 5;
const pourcentageBreak = 15; const pourcentageBreak = 15;
//switch //switch

Loading…
Cancel
Save