<a href="http://en.flossmanuals.net/Sugar/ModifyingSugar">http://en.flossmanuals.net/Sugar/ModifyingSugar</a><br><br>I can't modify the xo icon with an svg file that I create outside of the xo and load with a USB key.<br>
<br>Although I can modify the xo icon with an svg file, eg. camera.svg that is already in the folder /usr/share/icons/sugar/scalable/device<br><br>I've tried different ways of making the svg file. Here are some of the files that haven't worked:<br>
<br>square.svg (this one made by starting from the generic template found at <a href="http://wiki.laptop.org/go/Image:Icon_template.generic.svg">http://wiki.laptop.org/go/Image:Icon_template.generic.svg</a>)<br><br><?xml version="1.0" encoding="UTF-8"?><br>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "<a href="http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd</a>"[<br> <!ENTITY stroke_color "#666666"><br>
<!ENTITY fill_color "#FFFFFF"><br> ]><br> <svg xmlns="<a href="http://www.w3.org/2000/svg">http://www.w3.org/2000/svg</a>" width="55" height="55"><br> <rect x="5" y="5" width="45" height="45" stroke="&stroke_color;" fill="&fill_color;" stroke-width="3.5"/><br>
</svg><br><br><br>sq2.svg (this one made by exporting the computer-xo icon and modifying)<br><br><?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' '<a href="http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd</a>' [<br>
<!ENTITY stroke_color "#010101"><br> <!ENTITY fill_color "#FFFFFF"><br>]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="<a href="http://www.w3.org/2000/svg">http://www.w3.org/2000/svg</a>" xmlns:xlink="<a href="http://www.w3.org/1999/xlink">http://www.w3.org/1999/xlink</a>" y="0px"><br>
<rect x="5" y="5" width="45" height="45" stroke="&stroke_color;" fill="&fill_color;" stroke-width="3.5"/><br> </svg><br><br>I can view these icons OK in firefox on another computer<br>
<br>What happens on the xo is a blank space where the icon ought to be - but when I place the mouse in that space the drop down xo menu does appear, as though the icon is there but can't be seen<br clear="all"><br>Can anyone help with this?<br>