我在<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 */
}