mirror of https://github.com/qt/qtdoc.git
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:
parent
15e216c402
commit
95f323ee54
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue