On Mon, Apr 15, 2013 at 10:59 AM, Nicu Buculei <nicu_gfx@...2342...> wrote:
archil@...3010... wrote:
Personally, I've made a home page of gvirabi.com in Inkscape. I rendered
it in PNG
for reducing the size. I don't think it's a good idea to include the SVG
file in
HTML unless you have some interactive SVG content.
But, aside some possible Internet Explorer compatibility problems, *why* do you think is a good idea?
Regarding the file size optimization, I see your SVG is 19 KB while the PNG us 433 KB, using SVG would make for a way smaller total page size.
-- nicu :: http://photoblog.nicubunu.ro/
With IE9, microsoft has implemented a basic SVG set: http://msdn.microsoft.com/en-ca/ie/hh410107.aspx
I suspect it was rendered to PNG not for size constraints but computing constraints, looking at gvirabi, there's a fairly large circular gradient, with some machines that may cause a problem.
I could be wrong though.
-Chris