<div dir="ltr">Hello, everyone,<div><br></div><div>I've fetched the activity icon from my Python activity HitTheBall, and reused it in the new web activity I am building in order to create a Web version.</div><div><br></div><div>But when launching it from Sugarizer (I think the problem should be the same in sugar-build, my icon design has a real problem) the icon appears as black. I am trying to get inspired from the standard activities icons, but without any success.</div><div><br></div><div>This the current code of my activity-icon.svg</div><div><br></div><div>-----------------------------------------------------------------------------------------</div><div><br></div><div><div><?xml version="1.0" encoding="UTF-8" standalone="no"?></div><div><!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>" [</div><div>    <!ENTITY fill_color "#FFFFFF"></div><div>    <!ENTITY stroke_color "#010101"></div><div>]></div><div><br></div><div><svg</div><div>   xmlns="<a href="http://www.w3.org/2000/svg">http://www.w3.org/2000/svg</a>"</div><div>   width="55"</div><div>   height="55"</div><div>></div><div>  <circle cx="23" cy="23" r="22" stroke="&stroke_color;" fill="&fill_color;" /></div><div>  <text</div><div>       style="font-size:14px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:&stroke_color;;fill-opacity:1;stroke:none;font-family:Sans"</div><div>       x="8"</div><div>       y="27"</div><div>    >1+2</text></div><div></svg></div><div><br></div><div>--------------------------------------------------------------------------------------------------------------------------</div><div><br></div><div>Thanks in advance if I can be helped</div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr">Regards,<br><br>Laurent Bernabé <div><br></div><div><a href="mailto:laurent.bernabe@gmail.com" target="_blank">laurent.bernabe@gmail.com</a></div></div></div></div></div>
</div></div>