diff options
Diffstat (limited to 'src/svg/doc')
-rw-r--r-- | src/svg/doc/src/svgrendering.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svg/doc/src/svgrendering.qdoc b/src/svg/doc/src/svgrendering.qdoc index 02e4e12..d401cb2 100644 --- a/src/svg/doc/src/svgrendering.qdoc +++ b/src/svg/doc/src/svgrendering.qdoc @@ -52,7 +52,7 @@ can read more about SVG at \l{About SVG}. Qt supports the \l{SVG 1.2 Tiny Static Features}{static features} of - \l{SVG 1.2 Tiny}. ECMA scripts and DOM manipulation are currently not + \l{http://www.w3.org/TR/SVGMobile12}{SVG 1.2 Tiny}. ECMA scripts and DOM manipulation are currently not supported. SVG drawings can be rendered onto any QPaintDevice subclass. This |