https://bugs.kde.org/show_bug.cgi?id=399686

            Bug ID: 399686
           Summary: Cannot use an IconItem as a source or maskSource for
                    anything
           Product: frameworks-plasma
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: libplasmaquick
          Assignee: notm...@gmail.com
          Reporter: n...@kde.org
  Target Milestone: ---

I'm trying to use a PlasmaCore.IconItem as the MaskSource for a MaskedBlur.
Instead of the icon's visible alpha channel acting as a mask as desired, the
whole thing appears opaque so there is no mask. The same happens more trivially
using just `source:`

For example:

Image {
    id: imageFromIcon
    source: icon
    anchors.fill: icon
}
PlasmaCore.IconItem {
    id: icon
    visible: false
    icon.source: "preferences-desktop-color"
}

imageFromIcon will be invisible rather than a QML Image representation of the
icon.

This is currently blocking the blur component of
https://phabricator.kde.org/D16031

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to