小编Car*_*ila的帖子

svg 文本上的颜色属性不起作用

你好……我想做的是把这个 svg 文本变成白色,我以前用这种方法做过但现在不能让它工作,但其他属性工作正常……有什么想法吗?

网址:

<svg width="1100px" height="100px">

                        <polygon points="0 0, 125 0, 125 30, 50 60, 125 60, 125 100, 0 100" style="fill:#0091ea"/>
                        <polygon points="135 0, 775 0, 775 10, 725 100, 135 100 " style="fill: #64dd17"/>
                        <polygon points="785 0, 1100 0, 1050 100, 735 100, 785 10" style="fill: #0091ea"/>
                        <text id="txteva" x="150" y="40"> Evaluación de unidad 1</text>
                        <text id="txteva2" x="150" y="75">Estudios Sociales y Cívica 1</text>

 </svg>
Run Code Online (Sandbox Code Playgroud)

CSS:

#txteva  {
color: #ffffff;
 font-size: 30px;
font-weight: bolder;
}

#txteva2 {
color: …
Run Code Online (Sandbox Code Playgroud)

html css svg text colors

2
推荐指数
1
解决办法
3748
查看次数

标签 统计

colors ×1

css ×1

html ×1

svg ×1

text ×1