Skip to content

Commit

Permalink
delete extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
montoyamoraga authored May 9, 2021
1 parent faba654 commit 7097a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/examples/en/19_Typography/02_Text_Rotation.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @name Text Rotation
* @name Text Rotation
* @description Draws letters to the screen and rotates them at different angles.
* (ported from https://processing.org/examples/textrotation.html)
*/
Expand Down Expand Up @@ -59,4 +59,4 @@ let font,
point(100, 180);
point(200, 180);
point(440, 180);
}
}

0 comments on commit 7097a21

Please sign in to comment.