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.
1 parent e885452 commit 032c042Copy full SHA for 032c042
1 file changed
src/core/shape/2d_primitives.js
@@ -751,6 +751,11 @@ p5.prototype.line = function(...args) {
751
*
752
* background(200);
753
754
+ *
755
+ * // Making point to 5 pixels
756
+ * strokeWeight(5);
757
758
759
* // Top-left.
760
* point(30, 20);
761
@@ -776,7 +781,12 @@ p5.prototype.line = function(...args) {
776
781
* createCanvas(100, 100);
777
782
778
783
784
785
786
+ * // Making point to 5 pixels.
787
779
788
789
780
790
791
792
@@ -806,6 +816,11 @@ p5.prototype.line = function(...args) {
806
816
807
817
808
818
819
820
821
822
823
809
824
810
825
811
826
* let a = createVector(30, 20);
0 commit comments