Closed AndrewMathas closed 4 months ago
This is expected behavior.
Using <color>
as option key is equivalent to color=<color>
(see https://tikz.dev/tikz-scopes#sec-12.4.1), which
sets the color that is used for fill, drawing, and text inside the current scope. Any special settings for filling colors or drawing colors are immediately “overruled” by this option. see https://tikz.dev/tikz-actions#pgf./tikz/color
Brief outline of the bug
My understanding is that the MWE below should produce two circles with a green boundary and a yellow fill. However, swapping the order of the style commands inside the
\draw
command results in thefill=yellow
style being ignored:Minimal working example (MWE)