SVG (Simple Vector Graphics) Demo

 

Tol view these properly you may need to download the Adobe SVG viewer plug-in and install it.

For more information about SVG, visit the World-Wide Web Consortium's SVG site and view the SVG standard (currently verion 1.1; v1.2 is in draft).

 

 
simple.svg Source of simple.svg: (view/download)
Simple SVG graphic of three intersecting, semi-transparent, intersecting circles.
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
      "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg xmlns="http://www.w3.org/2000/svg">
   <g style="fill-opacity:0.7; stroke:black;
      stroke-width:0.1cm;">
     <circle cx="6cm" cy="2cm" r="100" style="fill:red;" 
                     transform="translate(0,50)" />
     <circle cx="6cm" cy="2cm" r="100" style="fill:blue;"  
                     transform="translate(70,150)" />
     <circle cx="6cm" cy="2cm" r="100" style="fill:green;" 
                     transform="translate(-70,150)"/> 
   </g>
 </svg>

HTML tag to include SVG image:
 
<object data="simple.svg" type="image/svg+xml"
 height="380" width="400">
</object>

Other SVG Demos:

 
animation.svg
SVG graphic of animation.
View/Download animation.svg
filters.svg
SVG graphic of filter effects.
View/Download filters.svg
 

scripting.svg
SVG graphic showing mouseOver events, animation, and simple JavaScripting.
View/Download scripting.svg
static.svg
SVG Graphic showing high quality logo.
View/Download static.svg
 

sphere.svg
SVG Graphic of a 3D blue sphere, with a background color and a border.
View/Download sphere.svg
shadowSphere.svg
SVG Graphic of a 3D blue sphere with fuzzy shadow, with background color, border.
View/Download shadowSphere.svg
 

LVM-Figure.svg
SVG Graphic showing LVM relationships between PVs, VGs, and LVs.
View/Download LVM-Fig1.svg
BouncingBall.svg
SVG Graphic showing bouncing blue ball with shadow.
View/Download BouncingBall.svg
 

BooleanSearch.svg
SVG Graphic of Venn diagram showing Boolean Searching
View/Download BooleanSearch.svg
 

eyes.svg
SVG Graphic showing eyes which follow the mouse
View/Download eyes.svg