我正试图在我的场景中显示一个SVG。在运行时,我遇到了这个错误-- ValueError: 'url(#color-1)' is not a recognized color.这是我的密码: def construct(self):
self.play(FadeIn(SVGMobject("silver.svg")))
受的启发,我想知道是否有办法用这些新的颜色覆盖中定义的默认命名颜色定义。我知道我可以创建自定义的CSS规则(以及更少的)来定义新的颜色并将这些元素应用到其中,但是这里的兴趣是例如 /* #ff0000 is current definition of red, I want to redefine it to #FF4136 */}我<em