SvgItem QML Type
Displays an SVG or an element from an SVG file. More...
Import Statement: | import org.kde.ksvg |
Properties
- elementId : string
- elementRect : rect
- imagePath : string
- naturalSize : size
- svg : KSvg::Svg
Detailed Description
Property Documentation
elementId : string |
This property specifies the sub-element of the SVG to be rendered.
If this is empty, the whole SVG document will be rendered.
elementRect : rect |
This property holds the rectangle of the selected elementId relative to the unscaled size of the SVG document.
Note that this property will holds the entire SVG if element id is not selected.
imagePath : string |
This property specifies the relative path of the Svg in the theme.
Example: "widgets/background"
naturalSize : size |
This property holds the SVG's natural, unscaled size.
This is useful if a pixel-perfect rendering of outlines is needed.
svg : KSvg::Svg |
This property holds the internal SVG instance.
Usually, specifying just the imagePath is enough. Use this if you have many items taking the same SVG as source, and you want to share the internal SVG object.