[Ejtools-cvs] libraries/j2ee.icons/src/resources/images logo-version.xml,NONE,1.1
Brought to you by:
letiemble
From: <let...@us...> - 2002-06-10 07:34:16
|
Update of /cvsroot/ejtools/libraries/j2ee.icons/src/resources/images In directory usw-pr-cvs1:/tmp/cvs-serv10221/j2ee.icons/src/resources/images Added Files: logo-version.xml Log Message: Change Manifest and properties --- NEW FILE: logo-version.xml --- <?xml version="1.0" standalone="no"?> <!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"> <use x="0" y="0" xlink:href="#gear_teeth"/> <use x="0" y="0" xlink:href="#gear_teeth" transform="rotate(45 100 100)"/> <use x="0" y="0" xlink:href="#gear_teeth" transform="rotate(90 100 100)"/> <use x="0" y="0" xlink:href="#gear_teeth" transform="rotate(135 100 100)"/> <use x="0" y="0" xlink:href="#gear_teeth" transform="rotate(180 100 100)"/> <use x="0" y="0" xlink:href="#gear_teeth" transform="rotate(225 100 100)"/> <use x="0" y="0" xlink:href="#gear_teeth" transform="rotate(270 100 100)"/> <use x="0" y="0" xlink:href="#gear_teeth" transform="rotate(315 100 100)"/> <use x="0" y="0" xlink:href="#gear_disc"/> </g> <g id="blue_text"> <text x="0" y="0" style="fill:rgb(0,0,144);font-weight:bold;font-size:128;font-family:Tahoma">EJT</text> </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> <text x="690" y="190" style="fill:rgb(0,0,0);text-anchor:end;font-size:36;font-family:Arial Black">V1.0.0 alpha</text> </svg> |