Skip to content

Commit bb512f1

Browse files
changing the color name to lowercase
1 parent a6a2b01 commit bb512f1

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/core/rendering.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ p5.prototype.clearDepth = function(depth) {
812812
* stroke('#d41159');
813813
* line(75, 25, 25, 75);
814814
*
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.');
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('An Icy Blue line and a Light lavender line form an X on a gray background. The area where they overlap is white.');
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 Steel Blue line and a Cranberry line form an X on a gray background. The area where they overlap is Deep purple.');
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 Cobalt Blue line and a Burgundy 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 Pale lavender line and a Soft beige line form an X on a gray background. The area where they overlap is pale lilac.');
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('An Earthy Brown line and a Muted Sage line form an X on a gray background. The area where they overlap is Sage Green.');
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>
@@ -994,7 +994,7 @@ p5.prototype.clearDepth = function(depth) {
994994
* stroke('#d41159');
995995
* line(75, 25, 25, 75);
996996
*
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.');
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 Deep Rose 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 Light Burgundy line and a Forest Green line form an X on a gray background. The area where they overlap is Dark Cocoa.');
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 Cornflower Blue line and a Light Rose line form an X on a gray background. The area where they overlap is Violet.');
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 Pale Sky line and a Rose Blush line form an X on a gray background. The area where they overlap is Lavender.');
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('An Aqua Blue line and a Light Pink 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>
@@ -1178,7 +1178,7 @@ p5.prototype.clearDepth = function(depth) {
11781178
* stroke('#d41159');
11791179
* line(25, -25, -25, 25);
11801180
*
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.');
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>
@@ -1247,7 +1247,7 @@ p5.prototype.blendMode = function(mode) {
12471247
* // Draw the circle.
12481248
* circle(50, 50, 40);
12491249
*
1250-
* describe('A fiery sun drawn on a light #1a85ff background.');
1250+
* describe('A fiery sun drawn on a light blue background.');
12511251
* }
12521252
* </code>
12531253
* </div>

0 commit comments

Comments
 (0)