填充属性上的CSS url路径无法正常工作

时间:2016-04-11 19:10:58

标签: css url firefox webkit fill

我在<svg>上遇到填充属性问题。我使用引用id的url(),但是,根据我指定的路径类型,它可以在Webkit浏览器或Firefox中运行,但从不在两者中运行:

.fill {
  fill: url(index.php?#pattern);     /* works in webkit, not in firefox */
  fill: url(#pattern);               /* works in webkit, not in firefox */
  fill: url(../index.php?#pattern);  /* works in firefox, not in webkit */
}

0 个答案:

没有答案