File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -760,7 +760,10 @@ function primitives(p5, fn){
760760 * createCanvas(100, 100);
761761 *
762762 * background(200);
763- *
763+ *
764+ * // Making point to 5 pixels
765+ * strokeWeight(5);
766+ *
764767 * // Top-left.
765768 * point(30, 20);
766769 *
@@ -786,6 +789,9 @@ function primitives(p5, fn){
786789 * createCanvas(100, 100);
787790 *
788791 * background(200);
792+ *
793+ * // Making point to 5 pixels.
794+ * strokeWeight(5);
789795 *
790796 * // Top-left.
791797 * point(30, 20);
@@ -816,6 +822,9 @@ function primitives(p5, fn){
816822 * createCanvas(100, 100);
817823 *
818824 * background(200);
825+ *
826+ * // Making point to 5 pixels.
827+ * strokeWeight(5);
819828 *
820829 * // Top-left.
821830 * let a = createVector(30, 20);
You can’t perform that action at this time.
0 commit comments