diff --git a/images/CompositeTracksGraph.dot b/images/CompositeTracksGraph.dot index 025f854..b53c820 100644 --- a/images/CompositeTracksGraph.dot +++ b/images/CompositeTracksGraph.dot @@ -1,11 +1,11 @@ digraph CompositeTracks { - FillOp [shape=box, label="FillOp: Background color", fontsize=12, margin=0.05, width=0, height=0] - ReadOp [shape=box, label="ReadOp: Color_Blue.png", fontsize=12, margin=0.05, width=0, height=0] - ReadOp2 [shape=box, label="ReadOp: Counter.2.png", fontsize=12, margin=0.05, width=0, height=0] - OverOp [shape=box, label="OverOp", fontsize=12, margin=0.05, width=0, height=0] - OverOp2 [shape=box, label="OverOp", fontsize=12, margin=0.05, width=0, height=0] - FillOp -> OverOp; - ReadOp -> OverOp; - OverOp -> OverOp2; - ReadOp2 -> OverOp2; + Fill [shape=box, label="Fill: Background color", fontsize=12, margin=0.05, width=0, height=0] + Read [shape=box, label="Read: Color_Blue.png", fontsize=12, margin=0.05, width=0, height=0] + Read2 [shape=box, label="Read: Counter.2.png", fontsize=12, margin=0.05, width=0, height=0] + Over [shape=box, label="Over", fontsize=12, margin=0.05, width=0, height=0] + Over2 [shape=box, label="Over", fontsize=12, margin=0.05, width=0, height=0] + Fill -> Over; + Read -> Over; + Over -> Over2; + Read2 -> Over2; } diff --git a/images/CompositeTracksGraph.svg b/images/CompositeTracksGraph.svg index 83bb309..ad440b7 100644 --- a/images/CompositeTracksGraph.svg +++ b/images/CompositeTracksGraph.svg @@ -4,64 +4,64 @@ - + CompositeTracks - - + + -FillOp - -FillOp: Background color +Fill + +Fill: Background color - + -OverOp - -OverOp +Over + +Over - + -FillOp->OverOp - - +Fill->Over + + - + -ReadOp - -ReadOp: Color_Blue.png +Read + +Read: Color_Blue.png - + -ReadOp->OverOp - - +Read->Over + + - + -ReadOp2 - -ReadOp: Counter.2.png +Read2 + +Read: Counter.2.png - + -OverOp2 - -OverOp +Over2 + +Over - + -ReadOp2->OverOp2 - - +Read2->Over2 + + - + -OverOp->OverOp2 - - +Over->Over2 + + diff --git a/images/Transition2Graph.dot b/images/Transition2Graph.dot index 59ebbf3..1e0f6f8 100644 --- a/images/Transition2Graph.dot +++ b/images/Transition2Graph.dot @@ -1,15 +1,15 @@ digraph CompositeTracks { - FillOp [shape=box, label="FillOp: Background color", fontsize=12, margin=0.05, width=0, height=0] - ReadOp [shape=box, label="ReadOp: Counter.2.png", fontsize=12, margin=0.05, width=0, height=0] - ReadOp2 [shape=box, label="ReadOp: Color_Blue.png", fontsize=12, margin=0.05, width=0, height=0] - InvertOp [shape=box, label="InvertOp", fontsize=12, margin=0.05, width=0, height=0] - InvertOp2 [shape=box, label="InvertOp", fontsize=12, margin=0.05, width=0, height=0] - TransitionOp [shape=box, label="TransitionOp", fontsize=12, margin=0.05, width=0, height=0] - OverOp [shape=box, label="OverOp", fontsize=12, margin=0.05, width=0, height=0] - FillOp -> OverOp; - ReadOp -> InvertOp; - InvertOp -> TransitionOp; - ReadOp2 -> InvertOp2; - InvertOp2 -> TransitionOp; - TransitionOp -> OverOp; + Fill [shape=box, label="Fill: Background color", fontsize=12, margin=0.05, width=0, height=0] + Read [shape=box, label="Read: Counter.2.png", fontsize=12, margin=0.05, width=0, height=0] + Read2 [shape=box, label="Read: Color_Blue.png", fontsize=12, margin=0.05, width=0, height=0] + Invert [shape=box, label="Invert", fontsize=12, margin=0.05, width=0, height=0] + Invert2 [shape=box, label="Invert", fontsize=12, margin=0.05, width=0, height=0] + Transition [shape=box, label="Transition", fontsize=12, margin=0.05, width=0, height=0] + Over [shape=box, label="Over", fontsize=12, margin=0.05, width=0, height=0] + Fill -> Over; + Read -> Invert; + Invert -> Transition; + Read2 -> Invert2; + Invert2 -> Transition; + Transition -> Over; } diff --git a/images/Transition2Graph.svg b/images/Transition2Graph.svg index 1230e99..ee24114 100644 --- a/images/Transition2Graph.svg +++ b/images/Transition2Graph.svg @@ -4,88 +4,88 @@ - + CompositeTracks - - + + -FillOp - -FillOp: Background color +Fill + +Fill: Background color - + -OverOp - -OverOp +Over + +Over - + -FillOp->OverOp - - +Fill->Over + + - + -ReadOp - -ReadOp: Counter.2.png +Read + +Read: Counter.2.png - + -InvertOp - -InvertOp +Invert + +Invert - + -ReadOp->InvertOp - - +Read->Invert + + - + -ReadOp2 - -ReadOp: Color_Blue.png +Read2 + +Read: Color_Blue.png - + -InvertOp2 - -InvertOp +Invert2 + +Invert - + -ReadOp2->InvertOp2 - - +Read2->Invert2 + + - + -TransitionOp - -TransitionOp +Transition + +Transition - + -InvertOp->TransitionOp - - +Invert->Transition + + - + -InvertOp2->TransitionOp - - +Invert2->Transition + + - + -TransitionOp->OverOp - - +Transition->Over + + diff --git a/images/TransitionGraph.dot b/images/TransitionGraph.dot index e73af03..dadaae3 100644 --- a/images/TransitionGraph.dot +++ b/images/TransitionGraph.dot @@ -1,11 +1,11 @@ digraph CompositeTracks { - FillOp [shape=box, label="FillOp: Background color", fontsize=12, margin=0.05, width=0, height=0] - ReadOp [shape=box, label="ReadOp: Counter.2.png", fontsize=12, margin=0.05, width=0, height=0] - ReadOp2 [shape=box, label="ReadOp: Color_Blue.png", fontsize=12, margin=0.05, width=0, height=0] - TransitionOp [shape=box, label="TransitionOp", fontsize=12, margin=0.05, width=0, height=0] - OverOp [shape=box, label="OverOp", fontsize=12, margin=0.05, width=0, height=0] - FillOp -> OverOp; - ReadOp -> TransitionOp; - ReadOp2 -> TransitionOp; - TransitionOp -> OverOp; + Fill [shape=box, label="Fill: Background color", fontsize=12, margin=0.05, width=0, height=0] + Read [shape=box, label="Read: Counter.2.png", fontsize=12, margin=0.05, width=0, height=0] + Read2 [shape=box, label="Read: Color_Blue.png", fontsize=12, margin=0.05, width=0, height=0] + Transition [shape=box, label="Transition", fontsize=12, margin=0.05, width=0, height=0] + Over [shape=box, label="Over", fontsize=12, margin=0.05, width=0, height=0] + Fill -> Over; + Read -> Transition; + Read2 -> Transition; + Transition -> Over; } diff --git a/images/TransitionGraph.svg b/images/TransitionGraph.svg index cff1741..992b7a9 100644 --- a/images/TransitionGraph.svg +++ b/images/TransitionGraph.svg @@ -4,64 +4,64 @@ - + CompositeTracks - - + + -FillOp - -FillOp: Background color +Fill + +Fill: Background color - + -OverOp - -OverOp +Over + +Over - + -FillOp->OverOp - - +Fill->Over + + - + -ReadOp - -ReadOp: Counter.2.png +Read + +Read: Counter.2.png - + -TransitionOp - -TransitionOp +Transition + +Transition - + -ReadOp->TransitionOp - - +Read->Transition + + - + -ReadOp2 - -ReadOp: Color_Blue.png +Read2 + +Read: Color_Blue.png - + -ReadOp2->TransitionOp - - +Read2->Transition + + - + -TransitionOp->OverOp - - +Transition->Over + +