Use white color on figures
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Mario Romero 2023-04-02 01:25:16 -04:00
parent ba36523636
commit f83952962f
2 changed files with 4 additions and 4 deletions

View File

@ -6,6 +6,6 @@
\tikzset{alu/.style={muxdemux,
muxdemux def={Lh=5, NL=2, Rh=2, NR=1, NB=1, NT=1, w=2,
inset w=1, inset Lh=2, inset Rh=0, square pins=1}}}
\node [alu, font=\tiny] at (0, 0) {\rotatebox{90}{\tiny ALU}};
\node [alu, font=\tiny, color=white] at (0, 0) {\rotatebox{90}{\tiny ALU}};
\end{circuitikz}
\end{document}

View File

@ -14,8 +14,8 @@
]]>
</style>
<g id='page1'>
<path d='M-63.8633-63.8633L-32.1172-40.0547V-8.3047L-63.8633 15.5039V-8.3047L-47.988281-24.179687L-63.8633-40.0547Z' stroke='#000' fill='none' stroke-width='.797'/>
<path d='M-63.8633 3.6016H-71.8008M-63.8633-51.9609H-71.8008M-32.1172-24.179687H-24.1797M-47.988281 3.6016V23.4414M-47.988281-51.9609V-71.8008' stroke='#000' fill='none' stroke-width='.3985' stroke-miterlimit='10'/>
<text class='f0' x='-44.604097' y='-24.179651' transform='matrix(0 -1 1 0 -14.1805 -61.8305)'>ALU</text>
<path d='M-63.8633-63.8633L-32.1172-40.0547V-8.3047L-63.8633 15.5039V-8.3047L-47.988281-24.179687L-63.8633-40.0547Z' stroke='#fff' fill='none' stroke-width='.797'/>
<path d='M-63.8633 3.6016H-71.8008M-63.8633-51.9609H-71.8008M-32.1172-24.179687H-24.1797M-47.988281 3.6016V23.4414M-47.988281-51.9609V-71.8008' stroke='#fff' fill='none' stroke-width='.3985' stroke-miterlimit='10'/>
<text class='f0' x='-44.604097' y='-24.179651' transform='matrix(0 -1 1 0 -14.1805 -61.8305)'><tspan fill='#fff'>ALU</tspan></text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB