Skip to content

gamepad-view: Fix gamepad svg loading with old librsvg

Alice Mikhaylenko requested to merge wip/exalm/svg330 into gnome-3-30

For some reason loading with 'new Rsvg.Handle.from_file()' fails, while loading gresource manually and creating handle via 'from_data()' works, so let's go with that.

Also remove 'resource:' prefix from paths, since they aren't needed anymore.

Fixes #67 (closed), #121 (closed)

Merge request reports