Some seeds for overhauling Web browser graphics were planted more than a decade ago, and Google believes now is the time for them to bear fruit.
The company is hosting the SVG Open 2009 conference that begins Friday to dig into a standard called Scalable Vector Graphics (SVG) that can bring the technology to the Web. With growing support from browser makers, an appetite for vector graphics among Web programmers, and new work under way to make SVG a routine part of the Web, the technology has its best chance in years at becoming mainstream.
New Web programming standards are hard to nurture, but they do arrive, said Brad Neuberg, a Google programmer and speaker at the conference.
"First they’re ignored, then they’re hyped, then they’re written off for dead, then they start getting real work done," Neuberg said.
Vector graphics describe imagery mathematically with lines, curves, shapes, and color values rather than the grid of colored pixels used by bitmapped file formats such as JPEG or GIF widely used on the Web today. Where appropriate, such as with corporate logos but not photographs, vector graphics bring smaller file sizes and better resizing flexibility. That’s good for faster downloads and use on varying screen sizes.
But SVG has yet to catch on widely in Web programming circles, in part because the dominant Web browser, Microsoft‘s Internet Explorer, can’t handle them. "It’s hard to deploy this when you can’t use it on most of the installed base," Neuberg said.
Google and various allies are working to change that–its Chrome browser along with Mozilla Firefox, Apple Safari, and Opera support SVG–and judging by the arrival of Microsoft as a gold sponsor of the conference, things could be turning around.
Other signs: vector graphics topped the list of desired new features in a Web programmer survey. And that result helped encourage Google to release a preview version of software called SVG Web that brings SVG support to browsers that lack it.
SVG Web can hand off SVG chores to browsers that support the standard. For those that don’t, it runs a Flash program to handle rendering, Neuberg said. "It will never match the performance of native support. It’s not a get-out-of-jail-free card, but it does help developers and users deploy content," he said.
See the full article at CNET News.