[gnome-software/wip/jimmac/blender-banner: 1/3] Banners: quick scaling fix for Maps



commit 91823053398b889204dfb1da326eeb9ef4a23282
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Mar 13 12:54:44 2019 +0100

    Banners: quick scaling fix for Maps
    
    - scale to cover, not fit
    - the SVG is still being fuzzy scaled though. Perhaps should replace
      all SVGs with higher res PNGs for now.
    
    Fixes https://gitlab.gnome.org/GNOME/gnome-software/issues/439

 data/assets/org.gnome.Software.Featured.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/assets/org.gnome.Software.Featured.xml b/data/assets/org.gnome.Software.Featured.xml
index 22797b0c..f1c4e13c 100644
--- a/data/assets/org.gnome.Software.Featured.xml
+++ b/data/assets/org.gnome.Software.Featured.xml
@@ -160,7 +160,7 @@ background: #f6f5f4,
  url('file://@datadir@/gnome-software/featured-maps.svg')
  30% -5px / 230px auto no-repeat,
  url('file://@datadir@/gnome-software/featured-maps-bg.png')
- bottom center / contain no-repeat;
+ bottom center / cover no-repeat;
 </value>
     </metadata>
   </component>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]