Various performance improvements for FrameSvg and PlasmaComponets3 Button
PC3's Button is pretty heavy to create, according to the QML profiler somewhere between 2.5 to 5ms, compared to roughly 1ms for QtQuick Control's Button with the default style.
To improve this, this MR contains a number of commits that attempt to improve the performance of this.
Draft because I have more pending changes.
Edited by Arjen Hiemstra