This is great! I was thinking about compressing all the files into SVGZ before, but this is even better! Can we have it added right into the installation process? Would be cool! Is it possible to get it in before 4.0?<br><br>
<div class="gmail_quote">On Dec 19, 2007 3:00 PM, Luciano Montanaro &lt;<a href="mailto:mikelima@gmail.com">mikelima@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Il Wednesday 19 December 2007 20:45:44 Aaron J. Seigo ha scritto:<br><div class="Ih2E3d">&gt; On Wednesday 19 December 2007, Luciano Montanaro wrote:<br>&gt; &gt; I&#39;ve been thinking for a while that we should do domething to reduce
<br>&gt; &gt; size/loading time for our SVG graphics, if possible, and yesterday<br>&gt; &gt; evening I put together a small program to strip svg file of<br>&gt; &gt; tags/attributes that are not affecting the final look.
<br>&gt;<br>&gt; note that tackat has done pretty much the same thing for marble, though he<br>&gt; just used a perl script iirc. it&#39;s in there with the marble source<br>&gt; somewhere.<br><br></div>Oh, I didn&#39;t know about that. I actually was thinking of doing that in Perl,
<br>but then I was not sure I could depend on the XML modules. Since Qt is<br>already a dependency, this should not have issues...<br><br>And then, i wanted to try out the Qt QDOM stuff.<br><br>Anyway, I&#39;ll check the marble sources too. Thank you for the info.
<br><br>Do you think it could be useful to strip the icons too? As I said, for<br>compressed icons my program shaves off a 5% of the size.<br><div class="Ih2E3d"><br>&gt;<br>&gt; something that you could also do that can reduce things significantly is to
<br>&gt; get reduce the precision of the floating point values. it probably isn&#39;t<br>&gt; necessary to have all 16 decimal places that inkscape tends to put in<br>&gt; there ;) 3 or 4 is probably plenty of sub-pixel perfection. this shaves
<br>&gt; another 7% or so off the size of the files ime, even more with files with<br>&gt; tons of items.<br><br></div>Well, there are only 6 decimals or so, but you are right. Actually I was<br>thinking about that too. And maybe colors can be simplified too. At least,
<br>&quot;#000000;&quot; could be converted to &quot;#000;&quot;<br><div><div></div><div class="Wj3C7c"><br>_______________________________________________<br>kde-games-devel mailing list<br><a href="mailto:kde-games-devel@kde.org">
kde-games-devel@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/kde-games-devel" target="_blank">https://mail.kde.org/mailman/listinfo/kde-games-devel</a><br></div></div></blockquote></div><br>