Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Aug 13, 2024
1 parent cf02aef commit 0e202ec
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 388 deletions.
10 changes: 5 additions & 5 deletions images/CompositeTracksGraph.dot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
digraph CompositeTracks {
FillOp [shape=box, label="FillOp: Background color"]
ReadOp [shape=box, label="ReadOp: Color_Blue.png"]
ReadOp2 [shape=box, label="ReadOp: Counter.2.png"]
OverOp [shape=box, label="OverOp"]
OverOp2 [shape=box, label="OverOp"]
FillOp [shape=box, label="FillOp: Background color", fontsize=12]
ReadOp [shape=box, label="ReadOp: Color_Blue.png", fontsize=12]
ReadOp2 [shape=box, label="ReadOp: Counter.2.png", fontsize=12]
OverOp [shape=box, label="OverOp", fontsize=12]
OverOp2 [shape=box, label="OverOp", fontsize=12]
FillOp -> OverOp;
ReadOp -> OverOp;
OverOp -> OverOp2;
Expand Down
Loading

0 comments on commit 0e202ec

Please sign in to comment.