This commit is contained in:
Alex38Lyon
2025-01-08 16:20:15 +01:00
parent 42a39398ad
commit b85f7c71dc
121 changed files with 41484 additions and 192 deletions
+4 -13
View File
@@ -474,7 +474,7 @@ layout drawingconfig
symbol-color line wall:clay [52 33 6] # Color to verify
symbol-color line wall:flowstone [100 60 20]
symbol-color line wall:ice [0 0 100]
symbol-color line wall:moonmilk [100 60 20] # Change the color ?
#symbol-color line wall:moonmilk [100 60 20] # Change the color ?
symbol-color line water-flow [17 46 100]
symbol-color line water-flow:conjectural [17 46 100]
symbol-color line water-flow:intermittent [17 46 100]
@@ -697,19 +697,10 @@ layout drawingconfig
#<fr> Changer le symbole des ligne rock border
########################################################
def l_rockborder (expr p) =
%%Vérifie si le chemin est fermé
%if p[0] = point infinity of p:
%%Remplit la zone avec une couleur si le chemin est fermé
%fill p withcolor (0.34, 0.21, 0.3);
%draw p withcolor 0.5green;
%fi;
%thfill p --cycle withcolor (0.341117, 0.219607, 0.031372) withalpha 0.5;
pickup PenC;
AlphaFactor := 0.3 + uniformdeviate 0.4;
fill p --cycle withcolor (0.341117, 0.219607, 0.031372) withalpha AlphaFactor;
%thdraw p --cycle withcolor (0.341117, 0.219607, 0.031372);
draw p --cycle withcolor (0.341117, 0.219607, 0.031372);
%%Dessine la bordure de la ligne (même si elle n'est pas fermée)
%draw p withcolor red;
enddef;
########################################################
@@ -3398,7 +3389,7 @@ layout fonts_2000
code metapost
#fonts_setup(<xs>,<s>,<m>,<l>,<xl>);
fonts_setup(10, 14, 20, 28, 32);
fonts_setup(5, 7, 10, 14, 16);
endcode
endlayout
@@ -3411,7 +3402,7 @@ layout fonts_1000
code metapost
#fonts_setup(<xs>,<s>,<m>,<l>,<xl>);
fonts_setup(8, 14, 18, 20, 25);
fonts_setup(10, 14, 20, 28, 32);
endcode
endlayout