QSvg Namespace
The QSvg namespace contains enums used by the svg classes. More...
Header: | #include <QSvg> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Svg) target_link_libraries(mytarget PRIVATE Qt6::Svg) |
qmake: | QT += svg |
Types
enum class | FeatureSet { StaticTiny1_2, AllAvailable } |
Detailed Description
Type Documentation
enum class QSvg::FeatureSet
This enum is used to control the parsing and renderering of features that go beyond the SVG 1.2 Tiny standard.
The following feature sets are available for the renderer.
Constant | Value | Description |
---|---|---|
QSvg::FeatureSet::StaticTiny1_2 | 0 | Strictly and exclusivly parse only tags that are part of the SVG 1.2 Tiny Static Feature set. |
QSvg::FeatureSet::AllAvailable | 1 | Parses the extra features supported by the renderer from the SVG 1.1 standard. |