Jump to content

SVG in Android


Guest davbren

Recommended Posts

Guest davbren

Hey all I was googling svg in android and it appears that it is not supported. I think this needs to be addressed. Wouldn't we get better performance from the devices if the artwork was in svg format?

Link to comment
Share on other sites

Guest D.Rosendahl
Wouldn't we get better performance from the devices if the artwork was in svg format?

Nope, svg and other vector graphics have many advantages. But speed is normally not one of them (especially for icons and small graphics). Performance is probably the biggest reason for using bitmaps. To draw vector graphics is normally quite expensive for the cpu.

Link to comment
Share on other sites

Guest davbren
Nope, svg and other vector graphics have many advantages. But speed is normally not one of them (especially for icons and small graphics). Performance is probably the biggest reason for using bitmaps. To draw vector graphics is normally quite expensive for the cpu.

Oh really? That seems odd considering the file size of small svgs... How much slowr is it?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.