SVG 1.1 and SVG Mobile Frequently Asked Questions

This information is in support of the SVG 1.1 Press Release.


When will we start to see SVG Mobile implementations appearing?

They have already appeared, and are already available as shipping, released products from multiple vendors including BitFlash, CSIRO, Intesis, KDDI and ZOOMON. Other implementations are in development from companies such as Ericsson, Nokia and Sharp. As an example, here is the ZOOMON SVG Tiny implementation running on cellphones from Nokia and Sony-Ericsson which use the Symbian operating system (click for larger image).

SVG on the Nokia 7650   SVG on the Nokia 9210   SVG on the Sony Ericcsson P800

The SVG Tiny being displayed on these phones is also available: [football animation, 27k] [monster animation, 6k]

When will we start to see SVG Mobile being used in a commercial context?

Commercial services using SVG Tiny are already in use on cellphones in Japan; other countries are expected to see such services shortly.

For example, here are some shots of a real Mobile Commerce application developed by KDDI Corp., - a major Japanese cellular phone carrier and member of the SVG Working Group - in partnership with JCB Co., Ltd., Toyota Finance Corp., Mitsui Sumitomo Card Co., Ltd., and UC Card Co., Ltd. It is using the SVG Tiny implementation from KDDI running on the KDDI "au" 3rd-generation CDMA20001x phones which have color screens. The customer is being shown an SVG map of the nearest participating store; in the next screen, zooming on the map reveals more details of how to get to the store, including smaller streets not visible on the larger view; in the last shot, the opening hours and contact details of the store are displayed in SVG as the customer walks towards the store to make a purchase just before closing time.

       

What is the relationship of SVG Mobile to SVG 1.1?

SVG 1.1 defines the full SVG language, including some powerful features that can currently only be implemented on a desktop or laptop computer. SVG Mobile defines two subsets of SVG 1.1, talking the most commonly used functionality suitable for mobile devices.

What is the relationship of SVG Mobile to SVG Tiny and Basic

SVG Mobile is the name of the specification that defines both SVG Tiny and SVG Basic, indicating that both these profiles of SVG are primarily designed for use on mobile devices.

SVG is text based - surely that makes the files very large?

Well designed binary systems can often be compact, at least until the extensibility mechanism has been used a few times to deal with enhancements. It is also possible to design a compact yet XML-compliant syntax, and further to compress it for delivery. SVG was designed to be small, and smaller yet when compressed. Compressed files play directly in the viewer.

In addition, SVG uses interpolation - the automatic construction of in between frames, similar to high-end animation systems - rather than explicitly stating the contents of each and every frame in an animation. This has a large effect on the size of the content - several mobile phone operators have cited smaller file size as a significant factor when choosing SVG Tiny over proprietary, binary alternatives - and also allows the framerate to be smoothly adjusted for the available computing power, without having to make multiple copies of the content for different devices.

Is it true that all SVG Tiny content will work on an SVG Basic or SVG Full implementation?

Yes, because SVG Tiny is a strict subset of SVG Basic, which is in turn a strict subset of SVG Full, all conformant SVG Tiny, SVG Basic and SVG Full implementations will correctly display all SVG Tiny content; similarly all conformant SVG Basic and SVG Full implementations will correctly display all SVG Basic content.

Can I use languages other than English in SVG content?

Yes, SVG uses Unicode to represent text strings for display; this means that multilingual text can be displayed, searched, and indexed. It also allows convienient server-side generation and customisation of text occurring in SVG content.

SVG also has its own font mechanism, allowing both creative freedom and the ability to provide fonts embedded into the content, for text in uncommon or minority languages. These fonts are not installed on the client system and disapear after the content has been viewed.

There are lots of SVG implementations - which one is the reference implementation?

Conformance to SVG is determined by the freely available and complete specification from W3C and is demonstrated by the publicly available test suite, not by the capabilities or quirks of one particular implementation from one vendor. This is a key differentiating factor of open Web Standards as opposed to closed, proprietary systems, which may have partial documentation available but which are defined by the behaviour of one implementation. It encourages market growth by enabling SVG implementors to compete on speed, footprint, quality and price without sacrificing interoperability or tying content creators and users to a single vendor.

What is the connection between Web Services and SVG?

Web Services provide the infrastructure for business-to-business (B2B) communication, and makes considerable use of XML. Often, such communication is between two machines; the various Web Services specifications govern this aspect. In most cases, human interaction is also required at some point. Web Services thus needs a front end for human interaction - one which is well documented, reliably implemented, and usable on a wide range of devices as well as providing the richness of graphics and typography needed for the task and also being based on XML. SVG is a good way to provide a dynamic, interactive, graphical interface for Web Services - particularly when combined with other XML technologies such as XForms (also created by W3C).

What are 'location based services' and how does this relate to SVG Mobile?

One of the key differences between desktop and mobile uses of SVG is that mobile devices, as the name implies, move from place to place. Because of their small size and weight, they are used in a wide variety of places where a desktop or laptop computer would be inconvenient. The geographical location of the device can be determined by various means, ranging from Global Positioning System (GPS) satelites to triangulation of cellphone signals, and this information can them be used to affect the graphical display. The most familiar example of a location-aware device is probably an in-car navigation system.

Because SVG files are XML, they can contain XML in other namespaces, such as various types of metadata. As an example of such metadata, SVG which visually represents a map can contain XML metadata describig the geographical area depicted and the coordinate system used to make a flat map from a portion of the earths curved surface. Combining this information with the location of the mobile device allows a "you are here" interactive map; combining multiple maps according to their geographic coverage allows information overlays to be built up; sending the location over the network allows geographically based queries, such as "where is the nearest hospital" to be performed. The combination of location-aware devices, location-enabled Web Services, wireless network access, and metadata-containing SVG maps with on-demand generated SVG graphics results in a location based service.

So SVG is mainly aimed at business users?

SVG is a neutral technology. The capabilities can be used in any way, limited only by imagination. SVG can be used to display business data such as graphs of financial information or visualisation of industrial process control, but it can also be used for consumer-oriented applications such as graphics messaging and games. As an example, here is an SVG Basic implementation of the card game "blackjack".

SVG blackjack

The SVG Basic for this game is available (30k)

Do any operating environments come with SVG support?

Yes, the standard software for the Texas Instruments OMAP application platform - popular in PDAs - includes the Bitflash Mobile SVG Player & SDK. Many Linux distributions also include one or more SVG implementations, not only for viewing and authoring Web pages but increasingly also used for graphical tasks in the operating system such as resizable icons.

Do any HTML browsers come with SVG support?

Yes, although older browsers do not have the necessary support for XML parsing and other related standards, newer browsers often provide the necessary infrastructiure to support SVG. The X-Smiles browser includes SVG support, the SVG in Mozilla project is maturing and the Konqueror browser - whose HTML renderer forms the basis of the new Apple Safari browser for MacOSX - has an SVG component under development. For older browsers unable to support inline SVG, plug-ins are available from Adobe and Corel.

What authoring tools are available for SVG Mobile content creation?

Existing SVG authoring tools, of which there are a large number, can be used to produce SVG Mobile content provided the output is validated to the particular profile desired.

Specific authoring solutions for SVG Mobile are also available. BitFlash Brilliance (shown below) is one such application. It provides three synchronized views of the SVG being generated - visual (graphical), DOM (structural) and the actual source code. Content can be validated to SVG Tiny or basic and non-conformant portions are hilighted so that they can be replaced or altered. Graphical previews, using an emulator, show what the content will look like on any desired screen size and color depth.

KDDI have announced a Mobile SVG authoring plugin (shown at right, below) for Adobe Illustrator, allowing a familiar authoring environment to be used to create SVG Mobile content.

Data-driven graphics for Web Services benefit from specialist authoring tools. Corel have announced a Smart Graphics suite of authoring tools especially aimed at this market segment.

ZOOMON have an SVG authoring tool, ZOOMON Composer for SVG Tiny animations, with a simple and easy to use interface, while e-animator from Sharp is another authoring application that reads SVG files and calculates the in-between geometry of an animation.

Highly interactive SVG solutions often use scripting. Intesis, who make an SVG Basic implementation for PocketPC, also produce a JavaScript Integrated Development Environment (IDE), allowing code to be developed on a PC, then debugged step by step on the target mobile device connected to the PC with a syncchronisation cable before deploying the solution on SVG Basic players from Bitflash, CSIRO, or Intesis.

Further Information


About the World Wide Web Consortium [W3C]

The W3C was created to lead the Web to its full potential by developing common protocols that promote its evolution and ensure its interoperability. It is an international industry consortium jointly run by the MIT Laboratory for Computer Science (MIT LCS) in the USA, the European Research Consortium for Informatics and Mathematics (ERCIM) headquartered in France and Keio University in Japan. Services provided by the Consortium include: the development and testing of Web Standards, a repository of information about the World Wide Web for developers and users, and various prototype and sample applications to demonstrate use of new technology. To date, nearly 450 organizations are Members of the Consortium. For more information see http://www.w3.org/