Skip to content

Commit

Permalink
docs: Add screenshots of the new themes
Browse files Browse the repository at this point in the history
  • Loading branch information
MontealegreLuis committed Feb 15, 2018
1 parent 9a509ca commit c7c5a47
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 deletions.
Binary file added docs/classic-theme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions docs/format.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,23 @@ It will save the diagram in the file `class-diagram.png` in your current directo

For more information about the support for different HTML tags in Graphviz, read [here][1].

## Themes

This package offers 3 different color schemes (themes)

### phUML (default)

![phUML theme][2]

### PHP

![PHP theme][3]

### Classic

![Classic theme][4]

[1]: https://www.graphviz.org/doc/info/shapes.html#html
[2]: phuml-theme.png
[3]: php-theme.png
[4]: classic-theme.png
Binary file added docs/php-theme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/phuml-theme.png
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 src/Console/Commands/WithDigraphConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ public function addDigraphOptions(Command $command): void
)
;
}
}
}
3 changes: 1 addition & 2 deletions src/Graphviz/Edge.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ public function __construct(
HasNodeIdentifier $nodeA,
HasNodeIdentifier $nodeB,
string $options
)
{
) {
$this->fromNode = $nodeA;
$this->toNode = $nodeB;
$this->options = $options;
Expand Down

0 comments on commit c7c5a47

Please sign in to comment.