Modify whatsnew67 Qt SVG section

The Qt SVG Module section now refers to the QtSvg::Options flag instead
of QtSvg::FeatureSet enum

Change-Id: Idc783fc55fada7bcd36e843a0c11412961c51d11
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
This commit is contained in:
Hatem ElKharashy 2024-03-06 10:50:17 +02:00
parent 15e216c402
commit 95f323ee54
1 changed files with 2 additions and 2 deletions

View File

@ -327,9 +327,9 @@
\li Added support for some elements from SVG 1.1 standard. The elements
are Mask, Symbol, Marker, Pattern, Filter, and Filter Primitives (feMerge,
feColorMatrix, feGaussianBlur, feOffset, feComposite, feFlood)
\li Added QtSvg::FeatureSet enum to enable or disable rendering of the
\li Added QtSvg::Options flag to enable or disable rendering of the
new elements.
\li Added setters and getters for the QtSvg::FeatureSet for QSvgRenderer
\li Added setters and getters for the QtSvg::Options for QSvgRenderer
and QSvgWidget. The new features are enabled by default.
\endlist