qskinny icon indicating copy to clipboard operation
qskinny copied to clipboard

symbols as QPainterPath

Open uwerat opened this issue 1 year ago • 0 comments

For monochrome icons it would be possible to use QPainterPath instead of a QskGraphic. Then it would be possible to use QskShapeNodes that can be batched with the box nodes - instead of creating textures.

F.e all icons from the M3 skin would be candidates.

Maybe it is even possible to analyze a QskGraphic if it consists of monochrome painter paths only and then to create a QskShapeNode in QskSkinlet::updateGraphicNode.

uwerat avatar Mar 04 '23 09:03 uwerat