SVG Content Creation
note: add more here 3/15/2006, part of a foundation education venture.
The 1920x1080 (examples/scales to 320x180 etc.) dimension is for examples
using SVG with Full High Definition Video for public television.
-classroom(elementary school/HS)-web-television-
Thank You.
Please note, The box's and element information are not part of the SVG document,
used here to point out the different parts of the code and link to element information.
-see also: Scalable Vector Graphics (SVG) Tiny 1.2 Specification :: W3C Working Draft 7 December 2005.
Document Data
<?xml version="1.0" encoding="utf-8"?> xml 1.0
<svg version="1.2" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%" height="100%" viewBox="0 0 1920 1080"> svg element xmlns(namespaces) xlink
The 1920x1080 (examples/scales to 320x180 etc.) dimension is for examples
using SVG with Full High Definition Video for public television.
-classroom(elementary school/HS)-web-television-
Thank You.
Please note, The box's and element information are not part of the SVG document,
used here to point out the different parts of the code and link to element information.
-see also: Scalable Vector Graphics (SVG) Tiny 1.2 Specification :: W3C Working Draft 7 December 2005.
Document Data
<?xml version="1.0" encoding="utf-8"?> xml 1.0
<svg version="1.2" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%" height="100%" viewBox="0 0 1920 1080"> svg element xmlns(namespaces) xlink
Annotations
<desc>text for description notes.. not rendered to graphical output</desc> desc element
<!-- also not rendered to graphical output--> comments
<desc>text for description notes.. not rendered to graphical output</desc> desc element
<!-- also not rendered to graphical output--> comments