|
109 | 109 | \tikzstyle{s_dropped}=[red!80!white,draw opacity=1]
|
110 | 110 | \definecolor{c_dropped_border}{HTML}{660000}
|
111 | 111 |
|
112 |
| - %\colorlet{c_outlined_text}{black}%white!25!black} |
113 |
| - %\definecolor{c_outlined_text_outline}{HTML}{EEEEEE} |
114 |
| - \colorlet{c_outlined_text}{white} |
115 |
| - \colorlet{c_outlined_text_outline}{white!25!black} |
| 112 | + \colorlet{c_outlined_text}{black}%white!25!black} |
| 113 | + \definecolor{c_outlined_text_outline}{HTML}{EEEEEE} |
| 114 | + %\colorlet{c_outlined_text}{white} |
| 115 | + %\colorlet{c_outlined_text_outline}{white!25!black} |
116 | 116 | \colorlet{c_tomb}{black}
|
117 | 117 | \definecolor{c_ideal}{rgb}{.8, .8, .8}
|
118 | 118 |
|
|
243 | 243 | \tikzstyle{s_ideal}=[ dotted,line width=1.5pt,color=c_ideal]
|
244 | 244 | \tikzstyle{s_watermark}=[line width=1.5pt, solid, color=c_watermark]
|
245 | 245 | \tikzstyle{s_output_watermark}=[line width=1.5pt, solid, color=c_output_watermark, dotted]
|
246 |
| -\tikzstyle{s_timepoint}=[font=\small] |
| 246 | +\tikzstyle{s_timepoint}=[font=\normalsize] |
247 | 247 | \tikzstyle{s_timeline}=[solid,line width=1.5pt,color=c_timeline]
|
248 | 248 | \tikzstyle{s_boundary}=[color=c_boundary, densely dashed]
|
249 | 249 | \tikzstyle{s_late}=[color=c_state_back,pattern=north west lines,pattern color=c_state_back]
|
250 |
| -\tikzstyle{s_legend}=[font=\small,c_legend] |
| 250 | +\tikzstyle{s_legend}=[font=\normalsize,c_legend] |
251 | 251 | \tikzstyle{s_tomb}=[color=c_tomb,densely dotted, line width=.5pt]
|
252 | 252 | \tikzstyle{s_tomb_late}=[color=c_tomb,densely dotted, line width=.5pt]
|
253 | 253 | %\tikzstyle{s_tomb_late}=[color=white,densely dotted,pattern=crosshatch dots,pattern color=c_tomb]
|
|
1449 | 1449 | \draw[#7,#1,c_proc_time,-] (\ox + #2, \oy + \dcoTriggerY) -- (\ox + #3, \oy + \dcoTriggerY);
|
1450 | 1450 | \fi
|
1451 | 1451 | \contourlength{\OutputContour}
|
1452 |
| - \node[#8,font=\bf\sffamily\normalsize] at ({\ox + #2 + ((#3) - (#2)) / 2}, \oy + #5 - .25) {\contour{#8!25!black}{#6}}; |
| 1452 | + \node[#8,font=\bf\sffamily\large] at ({\ox + #2 + ((#3) - (#2)) / 2}, \oy + #5 - .25) {\contour{#8!25!black}{#6}}; |
1453 | 1453 | \if \ShowTiming 1
|
1454 | 1454 | \if \DisableTiming 0
|
1455 | 1455 | \contourlength{\OutputContour}
|
1456 |
| - \node[#8,font=\bf\sffamily\scriptsize,c_proc_time] at ({\ox + #2 + (#3 - #2) / 2}, \oy + #5 - .5) {\contour{#8!25!black}{\Timing}}; |
| 1456 | + \node[#8,font=\bf\sffamily\small,c_proc_time] at ({\ox + #2 + (#3 - #2) / 2}, \oy + #5 - .5) {\contour{#8!25!black}{\Timing}}; |
1457 | 1457 | \fi
|
1458 | 1458 | \fi
|
1459 | 1459 | }
|
|
0 commit comments