Update 25-03-2017: All browsers do support the Path object now. The interface name changed to Path2D
though. Chrome (and Blink based browsers) do not support the addPath
method yet. Most other browsers do so. The HTML Canvas poperty currentPath
did not make it into the spec. Instead the can...
The SVG working group (WG) tried to collect as many improvements, suggestions and feature requests for the next version of SVG from web authors, designers and implementers as possible. The members of the WG went through all requests and created a wish list of features for SVG2 - the next version o...
More than once we were asked on http://bugs.webkit.org/ to implement the suspendRedraw method from the SVGSVGElement interface into WebKit. What does this method exactly do?
Controlling repainting of the canvas
The method was introduced in SVG 1.1 to control drawing of elements. It tak...