-
-
Couldn't load subscription status.
- Fork 683
Closed
Description
The code
g = circle((0,0),1,rgbcolor='red',fill=True, alpha=0.5)
graphics_array([g,g,g]).show()
produces three circles, the first two with color 0xFF7F7F (html-color-code), the third one with color 0xFF3F3F (html-color-code). But all three should have the same color.
This was reported on the public bug reports from the notebook interface by Daniel Krenn on 12/22/2010
Component: graphics
Keywords: graphics_array, color
Author: Frédéric Chapoton
Branch/Commit: u/chapoton/12591 @ 2e42e38
Reviewer: Eric Gourgoulhon
Issue created by migration from https://trac.sagemath.org/ticket/12591