Skip to content

Commit a6a2b01

Browse files
add describing message
1 parent 2597dea commit a6a2b01

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

src/core/rendering.js

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ p5.prototype.clearDepth = function(depth) {
786786
* stroke('#d41159');
787787
* line(75, 25, 25, 75);
788788
*
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.');
790790
* }
791791
* </code>
792792
* </div>
@@ -812,7 +812,7 @@ p5.prototype.clearDepth = function(depth) {
812812
* stroke('#d41159');
813813
* line(75, 25, 25, 75);
814814
*
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.');
816816
* }
817817
* </code>
818818
* </div>
@@ -838,7 +838,7 @@ p5.prototype.clearDepth = function(depth) {
838838
* stroke('#d41159');
839839
* line(75, 25, 25, 75);
840840
*
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.');
842842
* }
843843
* </code>
844844
* </div>
@@ -864,7 +864,7 @@ p5.prototype.clearDepth = function(depth) {
864864
* stroke('#d41159');
865865
* line(75, 25, 25, 75);
866866
*
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.');
868868
* }
869869
* </code>
870870
* </div>
@@ -890,7 +890,7 @@ p5.prototype.clearDepth = function(depth) {
890890
* stroke('#d41159');
891891
* line(75, 25, 25, 75);
892892
*
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.');
894894
* }
895895
* </code>
896896
* </div>
@@ -916,7 +916,7 @@ p5.prototype.clearDepth = function(depth) {
916916
* stroke('#d41159');
917917
* line(75, 25, 25, 75);
918918
*
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.');
920920
* }
921921
* </code>
922922
* </div>
@@ -942,7 +942,7 @@ p5.prototype.clearDepth = function(depth) {
942942
* stroke('#d41159');
943943
* line(75, 25, 25, 75);
944944
*
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.');
946946
* }
947947
* </code>
948948
* </div>
@@ -968,7 +968,7 @@ p5.prototype.clearDepth = function(depth) {
968968
* stroke('#d41159');
969969
* line(75, 25, 25, 75);
970970
*
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.');
972972
* }
973973
* </code>
974974
* </div>
@@ -994,7 +994,7 @@ p5.prototype.clearDepth = function(depth) {
994994
* stroke('#d41159');
995995
* line(75, 25, 25, 75);
996996
*
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.');
998998
* }
999999
* </code>
10001000
* </div>
@@ -1020,7 +1020,7 @@ p5.prototype.clearDepth = function(depth) {
10201020
* stroke('#d41159');
10211021
* line(75, 25, 25, 75);
10221022
*
1023-
* describe('A diagonal #d41159 line.');
1023+
* describe('A diagonal Deep Rose line.');
10241024
* }
10251025
* </code>
10261026
* </div>
@@ -1072,7 +1072,7 @@ p5.prototype.clearDepth = function(depth) {
10721072
* stroke('#d41159');
10731073
* line(75, 25, 25, 75);
10741074
*
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.');
10761076
* }
10771077
* </code>
10781078
* </div>
@@ -1098,7 +1098,7 @@ p5.prototype.clearDepth = function(depth) {
10981098
* stroke('#d41159');
10991099
* line(75, 25, 25, 75);
11001100
*
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.');
11021102
* }
11031103
* </code>
11041104
* </div>
@@ -1124,7 +1124,7 @@ p5.prototype.clearDepth = function(depth) {
11241124
* stroke('#d41159');
11251125
* line(75, 25, 25, 75);
11261126
*
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.');
11281128
* }
11291129
* </code>
11301130
* </div>
@@ -1150,7 +1150,7 @@ p5.prototype.clearDepth = function(depth) {
11501150
* stroke('#d41159');
11511151
* line(75, 25, 25, 75);
11521152
*
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.');
11541154
* }
11551155
* </code>
11561156
* </div>
@@ -1171,14 +1171,14 @@ p5.prototype.clearDepth = function(depth) {
11711171
* strokeWeight(30);
11721172
*
11731173
* // Draw the blue line.
1174-
* stroke('blue');
1174+
* stroke('#1a85ff');
11751175
* line(-25, -25, 25, 25);
11761176
*
11771177
* // Draw the red line.
1178-
* stroke('red');
1178+
* stroke('#d41159');
11791179
* line(25, -25, -25, 25);
11801180
*
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.');
11821182
* }
11831183
* </code>
11841184
* </div>

0 commit comments

Comments
 (0)