We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 424d2e8 + 3bbde76 commit e1c379aCopy full SHA for e1c379a
1 file changed
src/shape/2d_primitives.js
@@ -760,7 +760,10 @@ function primitives(p5, fn){
760
* createCanvas(100, 100);
761
*
762
* background(200);
763
- *
+ *
764
+ * // Making point to 5 pixels
765
+ * strokeWeight(5);
766
767
* // Top-left.
768
* point(30, 20);
769
@@ -786,6 +789,9 @@ function primitives(p5, fn){
786
789
787
790
788
791
792
793
+ * // Making point to 5 pixels.
794
795
796
797
@@ -816,6 +822,9 @@ function primitives(p5, fn){
816
822
817
823
818
824
825
826
827
819
828
820
829
821
830
* let a = createVector(30, 20);
0 commit comments