Hello.
Some time ago i used svg image files to create overlays for icons and wallpaper transitions. Still using this method in Slacko 6.3.2 and all works well, although there's a prefix not bound to a namespace. xmlns:xlink="http://www.w3.org/1999/xlink" is missing there. Found this mistake when browsing my icon directory with rox in ScPup64. There were no thumbnails for my overlayed icons and viewnior shows a blank, transparent box.
After i have updated all my svg files, they still don't display the images. Even rsvg-convert outputs an empty png file on ScPup64.
I can open these overlayed svg's with Inkscape Lite and my internet browsers (Palemoon, Light, Firefox).
Same problem in bionicpup64 and fossapup64.
Sample code for testing:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="96"
height="96">
<image
x="0"
y="0"
width="96"
height="96"
xlink:href="/usr/local/lib/X11/pixmaps/folder48.png" />
<image
x="48"
y="48"
width="48"
height="48"
xlink:href="/usr/local/lib/X11/pixmaps/archive48.png" />
</svg>
Can this be confirmed or did i miss something?