Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
rillki committed Aug 9, 2023
1 parent a76fdaf commit 73484e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/albatros.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ void create_origami_bird()

void create_albatros() {
auto canvas = SVGCanvas(1024, 720);
canvas.fill(Colors.white);
canvas.fill(Colors.palewhite);

// GRADIENTS

Expand Down

0 comments on commit 73484e2

Please sign in to comment.