Update of /cvsroot/ejtools/website/images/svg
In directory usw-pr-cvs1:/tmp/cvs-serv30949/images/svg
Modified Files:
ejtools.svg
Log Message:
Reformat
Index: ejtools.svg
===================================================================
RCS file: /cvsroot/ejtools/website/images/svg/ejtools.svg,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ejtools.svg 18 Apr 2002 21:01:54 -0000 1.1
--- ejtools.svg 21 May 2002 20:14:18 -0000 1.2
***************
*** 2,23 ****
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
! <svg width="700" height="200" style="fill:rgb(255,255,255)">
<defs>
! <filter id="Drop_Shadow" filterUnits="objectBoundingBox" x="-10%" y="-10%"
! width="150%" height="150%">
<feGaussianBlur in="SourceAlpha" stdDeviation="3" result="blurredAlpha"/>
<feOffset in="blurredAlpha" dx="-3" dy="3" result="offsetBlurredAlpha"/>
<feFlood result="flooded" style="flood-color:rgb(0,0,0);flood-opacity:0.65"/>
! <feComposite in="flooded" operator="in" in2="offsetBlurredAlpha"
! result="coloredShadow"/>
<feComposite in="SourceGraphic" in2="coloredShadow" operator="over"/>
</filter>
<g id="gear_teeth">
! <polygon points="80,40 120,40 110,10 90,10"
! style="fill:rgb(144,0,0)"/>
</g>
<g id="gear_disc">
! <ellipse cx="100" cy="100" rx="55" ry="55"
! style="stroke:rgb(144,0,0);stroke-width:30;fill:none"/>
</g>
<g id="gear">
--- 2,19 ----
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
! <svg width="700" height="200">
<defs>
! <filter id="Drop_Shadow" filterUnits="objectBoundingBox" x="-10%" y="-10%" width="150%" height="150%">
<feGaussianBlur in="SourceAlpha" stdDeviation="3" result="blurredAlpha"/>
<feOffset in="blurredAlpha" dx="-3" dy="3" result="offsetBlurredAlpha"/>
<feFlood result="flooded" style="flood-color:rgb(0,0,0);flood-opacity:0.65"/>
! <feComposite in="flooded" operator="in" in2="offsetBlurredAlpha" result="coloredShadow"/>
<feComposite in="SourceGraphic" in2="coloredShadow" operator="over"/>
</filter>
<g id="gear_teeth">
! <polygon points="80,40 120,40 110,10 90,10" style="fill:rgb(144,0,0)"/>
</g>
<g id="gear_disc">
! <ellipse cx="100" cy="100" rx="55" ry="55" style="stroke:rgb(144,0,0);stroke-width:30;fill:none"/>
</g>
<g id="gear">
***************
*** 36,54 ****
</g>
<g id="black_text">
! <text x="0" y="0" style="fill:rgb(0,0,0);font-weight:bold;font-size:128;font-family:Tahoma">EJTools</text>
! <rect x="0" y="-100" width="210" height="110"
! style="fill:rgb(255,255,255)"/>
! <rect x="0" y="-100" width="240" height="30"
! style="fill:rgb(255,255,255)"/>
</g>
</defs>
- <rect x="-5" y="-5" width="710" height="210"
- style="fill:rgb(255,255,255)"/>
<g>
! <use x="180" y="150" xlink:href="#black_text"/>
<use x="190" y="150" xlink:href="#blue_text"/>
</g>
! <g transform="translate(100 100) skewX(190) translate(-100 -100)"
! style="filter:url(#Drop_Shadow)">
<use x="0" y="0" xlink:href="#gear"/>
</g>
--- 32,43 ----
</g>
<g id="black_text">
! <text x="0" y="0" style="fill:rgb(0,0,0);font-weight:bold;font-size:128;font-family:Tahoma">ools</text>
</g>
</defs>
<g>
! <use x="410" y="150" xlink:href="#black_text"/>
<use x="190" y="150" xlink:href="#blue_text"/>
</g>
! <g transform="translate(100 100) skewX(190) translate(-100 -100)" style="filter:url(#Drop_Shadow)">
<use x="0" y="0" xlink:href="#gear"/>
</g>
|