@@ -786,7 +786,7 @@ p5.prototype.clearDepth = function(depth) {
786
786
* stroke('#d41159');
787
787
* line(75, 25, 25, 75);
788
788
*
789
- * describe('A #1a85ff line and a #d41159 line form an X on a gray background.');
789
+ * describe('A Sky Blue line and a Deep Rose line form an X on a gray background.');
790
790
* }
791
791
* </code>
792
792
* </div>
@@ -812,7 +812,7 @@ p5.prototype.clearDepth = function(depth) {
812
812
* stroke('#d41159');
813
813
* line(75, 25, 25, 75);
814
814
*
815
- * describe('A faint #1a85ff line and a faint #d41159 line form an X on a gray background. The area where they overlap is #B518B2 .');
815
+ * describe('An Ocean Blue line and a Hot pink line form an X on a gray background. The area where they overlap is Magenta purple .');
816
816
* }
817
817
* </code>
818
818
* </div>
@@ -838,7 +838,7 @@ p5.prototype.clearDepth = function(depth) {
838
838
* stroke('#d41159');
839
839
* line(75, 25, 25, 75);
840
840
*
841
- * describe('A faint #1a85ff line and a faint #d41159 line form an X on a gray background. The area where they overlap is #b518b2 .');
841
+ * describe('An Icy Blue line and a Light lavender line form an X on a gray background. The area where they overlap is white .');
842
842
* }
843
843
* </code>
844
844
* </div>
@@ -864,7 +864,7 @@ p5.prototype.clearDepth = function(depth) {
864
864
* stroke('#d41159');
865
865
* line(75, 25, 25, 75);
866
866
*
867
- * describe('A faint #1a85ff line and a faint #d41159 line form an X on a gray background. The area where they overlap is #b518b2 .');
867
+ * describe('A Steel Blue line and a Cranberry line form an X on a gray background. The area where they overlap is Deep purple .');
868
868
* }
869
869
* </code>
870
870
* </div>
@@ -890,7 +890,7 @@ p5.prototype.clearDepth = function(depth) {
890
890
* stroke('#d41159');
891
891
* line(75, 25, 25, 75);
892
892
*
893
- * describe('A #1a85ff line and a #d41159 line form an X on a gray background. The area where they overlap is black.');
893
+ * describe('A Cobalt Blue line and a Burgundy line form an X on a gray background. The area where they overlap is black.');
894
894
* }
895
895
* </code>
896
896
* </div>
@@ -916,7 +916,7 @@ p5.prototype.clearDepth = function(depth) {
916
916
* stroke('#d41159');
917
917
* line(75, 25, 25, 75);
918
918
*
919
- * describe('A faint #1a85ff line and a faint #d41159 line form an X on a gray background. The area where they overlap is #d4b4ff .');
919
+ * describe('A Pale lavender line and a Soft beige line form an X on a gray background. The area where they overlap is pale lilac .');
920
920
* }
921
921
* </code>
922
922
* </div>
@@ -942,7 +942,7 @@ p5.prototype.clearDepth = function(depth) {
942
942
* stroke('#d41159');
943
943
* line(75, 25, 25, 75);
944
944
*
945
- * describe('A #1a85ff line and a #d41159 line form an X on a gray background. The area where they overlap is #647d70 .');
945
+ * describe('An Earthy Brown line and a Muted Sage line form an X on a gray background. The area where they overlap is Sage Green .');
946
946
* }
947
947
* </code>
948
948
* </div>
@@ -968,7 +968,7 @@ p5.prototype.clearDepth = function(depth) {
968
968
* stroke('#d41159');
969
969
* line(75, 25, 25, 75);
970
970
*
971
- * describe('A #1a85ff line and a #d41159 line form an X on a gray background. The area where they overlap is #0f063f .');
971
+ * describe('A Slate Blue line and a Plum line form an X on a gray background. The area where they overlap is Dark Indigo .');
972
972
* }
973
973
* </code>
974
974
* </div>
@@ -994,7 +994,7 @@ p5.prototype.clearDepth = function(depth) {
994
994
* stroke('#d41159');
995
995
* line(75, 25, 25, 75);
996
996
*
997
- * describe('A faint #1a85ff line and a faint #d41159 line form an X on a gray background. The area where they overlap is #f4ddff .');
997
+ * describe('A Baby Blue line and a Peach Pink line form an X on a gray background. The area where they overlap is Misty Lilac .');
998
998
* }
999
999
* </code>
1000
1000
* </div>
@@ -1020,7 +1020,7 @@ p5.prototype.clearDepth = function(depth) {
1020
1020
* stroke('#d41159');
1021
1021
* line(75, 25, 25, 75);
1022
1022
*
1023
- * describe('A diagonal #d41159 line.');
1023
+ * describe('A diagonal Deep Rose line.');
1024
1024
* }
1025
1025
* </code>
1026
1026
* </div>
@@ -1072,7 +1072,7 @@ p5.prototype.clearDepth = function(depth) {
1072
1072
* stroke('#d41159');
1073
1073
* line(75, 25, 25, 75);
1074
1074
*
1075
- * describe('A #1a85ff line and a #d41159 line form an X on a gray background. The area where they overlap is #3a1e0e .');
1075
+ * describe('A Light Burgundy line and a Forest Green line form an X on a gray background. The area where they overlap is Dark Cocoa .');
1076
1076
* }
1077
1077
* </code>
1078
1078
* </div>
@@ -1098,7 +1098,7 @@ p5.prototype.clearDepth = function(depth) {
1098
1098
* stroke('#d41159');
1099
1099
* line(75, 25, 25, 75);
1100
1100
*
1101
- * describe('A faint #1a85ff line and a faint #d41159 line form an X on a gray background. The area where they overlap is #c879ff .');
1101
+ * describe('A Cornflower Blue line and a Light Rose line form an X on a gray background. The area where they overlap is Violet .');
1102
1102
* }
1103
1103
* </code>
1104
1104
* </div>
@@ -1124,7 +1124,7 @@ p5.prototype.clearDepth = function(depth) {
1124
1124
* stroke('#d41159');
1125
1125
* line(75, 25, 25, 75);
1126
1126
*
1127
- * describe('A faint #1a85ff line and a faint #d41159 line form an X on a gray background. The area where they overlap is #ab87cc .');
1127
+ * describe('A Pale Sky line and a Rose Blush line form an X on a gray background. The area where they overlap is Lavender .');
1128
1128
* }
1129
1129
* </code>
1130
1130
* </div>
@@ -1150,7 +1150,7 @@ p5.prototype.clearDepth = function(depth) {
1150
1150
* stroke('#d41159');
1151
1151
* line(75, 25, 25, 75);
1152
1152
*
1153
- * describe('A faint #1a85ff line and a faint #d41159 line form an X on a gray background. The area where they overlap is white.');
1153
+ * describe('An Aqua Blue line and a Light Pink line form an X on a gray background. The area where they overlap is white.');
1154
1154
* }
1155
1155
* </code>
1156
1156
* </div>
@@ -1171,14 +1171,14 @@ p5.prototype.clearDepth = function(depth) {
1171
1171
* strokeWeight(30);
1172
1172
*
1173
1173
* // Draw the blue line.
1174
- * stroke('blue ');
1174
+ * stroke('#1a85ff ');
1175
1175
* line(-25, -25, 25, 25);
1176
1176
*
1177
1177
* // Draw the red line.
1178
- * stroke('red ');
1178
+ * stroke('#d41159 ');
1179
1179
* line(25, -25, -25, 25);
1180
1180
*
1181
- * describe('A yellow line and a turquoise line form an X on a gray background. The area where they overlap is green.');
1181
+ * describe('A Burnt Orange and a Sea green line form an X on a gray background. The area where they overlap is Forest green.');
1182
1182
* }
1183
1183
* </code>
1184
1184
* </div>
0 commit comments