Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
4.4.0
-
None
Description
Right now the drawing code for border-image can be very slow when maximizing windows because it has to stretch images across the entire surface. One possible solution is to introduce a new css property which causes parts of the image (maybe only the middle one?) to be drawn using a solid color.
Note: Drawing pixmap is much faster with the raster engine.