Team:XMU Software/Team

From 2013.igem.org

(Difference between revisions)
Line 67: Line 67:
cxt.fillRect(0,0,1348,395);
cxt.fillRect(0,0,1348,395);
-
var c1=document.getElementById("shadow");
+
<svg width="100%" height="100%" version="1.1"xmlns="http://www.w3.org/2000/svg">
-
var cxt1=c1.getContext("2d");
+
<defs>
-
var grd1=cxt1.createRadialGradient(500,50,500,105);
+
<radialGradient id="shadow" cx="20%" cy="40%" r="50%" fx="50%" fy="50%">
-
grd1.addColorStop(0,"#e3e3e3");
+
<stop offset="0%" style="stop-color:rgb(200,200,200);stop-opacity:0"/>
-
grd1.addColorStop(0.5,"#5a5a59");
+
<stop offset="100%" style="stop-color:rgb(0,0,255);stop-opacity:1"/>
-
grd1.addColorStop(1,"#e3e3e3");
+
</radialGradient>
-
cxt1.fillStyle=grd1;
+
</defs>
-
cxt1.fillRect(500,500,500,105);
+
<ellipse cx="230" cy="200" rx="110" ry="100" style="fill:url(#shadow)"/>
 +
</svg>
</script>
</script>
</html>
</html>

Revision as of 16:04, 22 October 2013

TEAM
XMU Software 2013 team consists of 11 team members, 2 instructors and 3 advisors. This extraordinarily energetic and creative team is tightly connected by trust, collaboration and affection among its members.
OUR TEAM