[IPython-dev] Qt SVG clipping bug (it's NOT a matplotlib bug)- Qt won't fix...
Robert Kern
robert.kern at gmail.com
Thu Oct 14 10:52:05 EDT 2010
On 10/14/10 3:55 AM, Hans Meine wrote:
> PS: Here are the current docs; I could not find a word about clipping in them:
> http://doc.qt.nokia.com/4.7/qtsvg.html
> http://doc.qt.nokia.com/4.7/qsvggenerator.html
They have removed some information from their documentation in recent versions.
As of 4.5, they are only claiming to support the static features of SVG 1.2 Tiny
in both the rendering and generation:
http://doc.qt.nokia.com/4.5/qtsvg.html
SVG 1.2 Tiny does not support clipping.
http://www.w3.org/TR/SVGMobile12/
That's why the bug reports have been closed as "won't fix". They are out of
scope for the standards they have decided to support.
It might be worthwhile for matplotlib to only use the SVG 1.2 Tiny standard for
greater compatibility. Tiny is much easier to implement, so I suspect there are
now more Tiny renderers now than there are Full renderers.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
More information about the IPython-dev
mailing list