summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Rauter <matthias.rauter@qt.io>2024-01-23 14:47:42 +0100
committerMatthias Rauter <matthias.rauter@qt.io>2024-01-26 10:11:49 +0100
commita79e7901209e69daf85f9cd744a06670d2bfd402 (patch)
tree06c64bf28e3050956a1c97726b5020ab2bbaf9cb
parentd25651e2ac140d898460dd62200acbf307a11b21 (diff)
Fix some mistakes in the documentation
Pick-to: 6.7 Change-Id: If322957c3dd8222b2c7f0aa9916cd9fb695c2c22 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
-rw-r--r--src/svg/doc/src/svgextensions.qdoc5
-rw-r--r--src/svg/doc/src/svgrendering.qdoc7
2 files changed, 5 insertions, 7 deletions
diff --git a/src/svg/doc/src/svgextensions.qdoc b/src/svg/doc/src/svgextensions.qdoc
index ec11d71..2856629 100644
--- a/src/svg/doc/src/svgextensions.qdoc
+++ b/src/svg/doc/src/svgextensions.qdoc
@@ -53,7 +53,7 @@
\section1 Masking
- Masking is supported in form of the \c{<mask>} element and the mask
+ Masking is supported in the form of the \c{<mask>} element and the mask
attribute.
\note <clipPath> is not supported.
@@ -184,7 +184,8 @@
\li \c{y}
\li \c{width}
\li \c{height}
- \li \c{in} (Supported are \c{SourceGraphic}, \c{SourceAlpha}, and all references to filters)
+ \li \c{in} (Supported are \c{SourceGraphic}, \c{SourceAlpha}, and all
+ references to filters)
\li \c{result}
\endlist
diff --git a/src/svg/doc/src/svgrendering.qdoc b/src/svg/doc/src/svgrendering.qdoc
index 927e220..0edc039 100644
--- a/src/svg/doc/src/svgrendering.qdoc
+++ b/src/svg/doc/src/svgrendering.qdoc
@@ -28,11 +28,8 @@
can read more about SVG at \l{About SVG}.
Qt supports the \l{SVG 1.2 Tiny Static Features}{static features} of
- \l{http://www.w3.org/TR/SVGMobile12}{SVG 1.2 Tiny}. ECMA scripts and DOM manipulation are currently not
- supported.
-
- Since Qt 6.7, Qt supports some \l{Extended Features}{additional features} of
- the \l{https://www.w3.org/TR/SVG11/}{SVG 1.1}
+ \l{http://www.w3.org/TR/SVGMobile12}{SVG 1.2 Tiny}. ECMA scripts and DOM
+ manipulation are currently not supported.
Since Qt 6.7, some \l{Extended Features}{additional features} of the
\l{https://www.w3.org/TR/SVG11/}{SVG 1.1} standard are supported.