Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Raphaël—JavaScript 库来创建一些饼图图形,但我想将包含的 SVG 元素的溢出设置为可见,以允许内部图形显示在其容器之外。使用普通 dom 元素(溢出:可见;)的方式似乎不适用于 svg 容器。有没有人有这方面的经验或知道如何补救?
干杯
这是Firefox 中的一个错误。
WebKitoverflow: visible正确地实现了 SVG 元素,IE 也实现了 VML 元素。
overflow: visible