elkowar / eww

ElKowars wacky widgets
https://elkowar.github.io/eww
MIT License
9.44k stars 384 forks source link

feat: add fill-svg and preserve-aspect-ratio attributes to image widget #1148

Closed w-lfchen closed 2 months ago

w-lfchen commented 3 months ago

Description

Usage

(image
  :fill-svg "#cba6f7"
  :image-height 200
  :image-width 400
  :preserve-aspect-ratio true
  :path "../github-icon.svg"
)

Showcase

see #1146, @hypernova7 has provided screenshots.

Additional Notes

preserve-aspect-ratio only sets a flag when loading the image and is therefore bound by what gtk allows. for example, it doesn't work with svg images, but there are no issues with pngs

Checklist