Skip to content

Commit

Permalink
created issue #35 for this TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
christo committed Sep 15, 2023
1 parent cf804b0 commit 27d13e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public Crash(String message) {
}

private static Model redX(String message) {
// TODO message with line breaks
// Support formatting text with line breaks: https://github.com/christo/vectorbrat/issues/35
Point.PointFactory red = new Point.PointFactory(Rgb.RED);
Polyline bs = Polyline.open("\\", Rgb.RED, red.p(-0.1f, -0.1f), red.p(0.1f, 0.1f));
Polyline fs = Polyline.open("/", Rgb.RED, red.p(0.1f, -0.1f), red.p(-0.1f, 0.1f));
Expand Down

0 comments on commit 27d13e0

Please sign in to comment.