-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* simplifying paths -> halving rough svg sizes * better placement for simplifying function * default directory + caching * add control over output style * add colors + leave default as is * amended README.md to reflect all changes
- Loading branch information
Showing
34 changed files
with
1,898 additions
and
693 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package eisner | ||
|
||
final case class Config(subgraphColor: String, topicColor: String, storeColor: String) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# invoke SVG creation | ||
> eisner | ||
# check that the SVG is created | ||
$ exists target/streams/_global/eisner/_global/streams/auto/field/InnerTopology#someField.svg | ||
$ exists target/eisner/auto/field/InnerTopology#someField.svg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# invoke SVG creation | ||
> eisner | ||
# check that the SVG is created | ||
$ exists target/streams/_global/eisner/_global/streams/auto/fun0field/InnerTopology#someField.svg | ||
$ exists target/eisner/auto/fun0field/InnerTopology#someField.svg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# invoke SVG creation | ||
> eisner | ||
# check that the SVG is created | ||
$ exists target/streams/_global/eisner/_global/streams/auto/fun0method/InnerTopology$someMethod.svg | ||
$ exists target/eisner/auto/fun0method/InnerTopology$someMethod.svg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# invoke SVG creation | ||
> eisner | ||
# check that the SVG is created | ||
$ exists target/streams/_global/eisner/_global/streams/auto/inheritance/EisnerTopology.svg | ||
$ exists target/eisner/auto/inheritance/EisnerTopology.svg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# invoke SVG creation | ||
> eisner | ||
# check that the SVG is created | ||
$ exists target/streams/_global/eisner/_global/streams/auto/method/InnerTopology$someMethod.svg | ||
$ exists target/eisner/auto/method/InnerTopology$someMethod.svg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# invoke SVG creation | ||
> eisner | ||
# check that the SVG is created | ||
$ exists target/streams/_global/eisner/_global/streams/auto/supplierfield/InnerTopology#someField.svg | ||
$ exists target/eisner/auto/supplierfield/InnerTopology#someField.svg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# invoke SVG creation | ||
> eisner | ||
# check that the SVG is created | ||
$ exists target/streams/_global/eisner/_global/streams/auto/suppliermethod/InnerTopology$someMethod.svg | ||
$ exists target/eisner/auto/suppliermethod/InnerTopology$someMethod.svg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# invoke SVG creation | ||
> eisner | ||
# check that the SVG is not created (topology is empty) | ||
$ absent target/streams/_global/eisner/_global/streams/EmptyTopology.svg | ||
$ absent target/eisner/EmptyTopology.svg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# invoke SVG creation | ||
> eisner | ||
# check that the SVG is created | ||
$ exists target/streams/_global/eisner/_global/streams/explicit/inheritance/EisnerTopology.svg | ||
$ exists target/eisner/explicit/inheritance/EisnerTopology.svg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# invoke SVG creation | ||
> eisner | ||
# check that the SVG is created | ||
$ exists target/streams/_global/eisner/_global/streams/snippet/EisnerTopology#myTopology.svg | ||
$ exists target/eisner/snippet/EisnerTopology#myTopology.svg |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.