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.

ConstantValueDescription
QSvg::FeatureSet::StaticTiny1_20Strictly and exclusivly parse only tags that are part of the SVG 1.2 Tiny Static Feature set.
QSvg::FeatureSet::AllAvailable1Parses the extra features supported by the renderer from the SVG 1.1 standard.