Code review comment for lp:~lukas-kde/unity8/newWindowDecosAndPanel

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

I think it's worth considering using pre-rendered images (PNGs) instead of rendering them at runtime from SVGs for performance reasons.

We keep the SVG, but also ship a couple or prerendered versions at common grid unit resolutions (like for 1080p monitors, etc). So if we don't have a PNG for the grid unit at hand, we fallback to rendering one at runtime from the original SVG.

And maybe that scheme could be turned into a component of its own.

« Back to merge proposal