1 / 7

Mobile SVG Profiles: SVG Tiny and SVG Basic

Mobile SVG Profiles: SVG Tiny and SVG Basic. 2002/6/24. SVG Tiny and SVG Basic. SVG Tiny (SVGT) Low-level profile For highly restricted mobile devices cellphones SVG Basic (SVGB) For higher level mobile devices PDAs This specification is a Candidate Recommendation.

violet
Download Presentation

Mobile SVG Profiles: SVG Tiny and SVG Basic

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Mobile SVG Profiles: SVG Tiny and SVG Basic 2002/6/24

  2. SVG Tiny and SVG Basic • SVG Tiny (SVGT) • Low-level profile • For highly restricted mobile devices • cellphones • SVG Basic (SVGB) • For higher level mobile devices • PDAs • This specification is a Candidate Recommendation

  3. constraints and design rationale • Designed to allow SVG to render on mobile devices with limited memory, CPU power, and bandwidth. • Attempt to maximize compatibility with SVG 1.0 to display existing content. • Subset of the SVG 1.0 imaging model. • Facilitate export from authoring tools. • SVG 1.1 can be transcoded into SVGB and SVGT preserving as much scalability as possible. • SVGT is specified to be a proper subset of SVGB, and SVGB to be a proper subset of SVG 1.1.

  4. Mobile SVG Document Types

  5. Mobile SVG Document Types-Cont.

  6. Mobile SVG Data Types

  7. Mobile SVG Document Fragment • Within an XHTML 1.1 document: <?xml version="1.0" standalone="yes"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:svg="http://www.w3.org/2000/svg"> <head> <title xml:lang="en">Sample XHTML + SVG document</title> </head> <body> <svg:svg width="4cm" height="8cm" version="1.1" baseProfile="tiny" > <svg:ellipse cx="2" cy="4" rx="2" ry="1" /> </svg:svg> </body> </html>

More Related