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) |
|---|---|
<?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> | |
|
animation.svg View/Download animation.svg |
filters.svg View/Download filters.svg |
|---|---|
| | |
|
scripting.svg View/Download scripting.svg |
static.svg View/Download static.svg |
| | |
|
sphere.svg View/Download sphere.svg |
shadowSphere.svg View/Download shadowSphere.svg |
| | |
|
LVM-Figure.svg View/Download LVM-Fig1.svg |
BouncingBall.svg View/Download BouncingBall.svg |
| | |
|
BooleanSearch.svg View/Download BooleanSearch.svg | |
| | |
|
eyes.svg View/Download eyes.svg | |