File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -751,11 +751,11 @@ p5.prototype.line = function(...args) {
751751 *
752752 * background(200);
753753 *
754- *
754+ *
755755 * // Making point to 5 pixels
756756 * strokeWeight(5);
757- *
758- *
757+ *
758+ *
759759 * // Top-left.
760760 * point(30, 20);
761761 *
@@ -781,12 +781,12 @@ p5.prototype.line = function(...args) {
781781 * createCanvas(100, 100);
782782 *
783783 * background(200);
784- *
785- *
784+ *
785+ *
786786 * // Making point to 5 pixels.
787787 * strokeWeight(5);
788788 *
789- *
789+ *
790790 * // Top-left.
791791 * point(30, 20);
792792 *
@@ -816,11 +816,11 @@ p5.prototype.line = function(...args) {
816816 * createCanvas(100, 100);
817817 *
818818 * background(200);
819- *
820- *
819+ *
820+ *
821821 * // Making point to 5 pixels.
822822 * strokeWeight(5);
823- *
823+ *
824824 *
825825 * // Top-left.
826826 * let a = createVector(30, 20);
You can’t perform that action at this time.
0 commit comments