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);
-
<svg width="100%" height="100%" version="1.1"xmlns="http://www.w3.org/2000/svg">
+
var c1=document.getElementById("shadow");
-
<defs>
+
var cxt1=c1.getContext("2d");
-
<radialGradient id="shadow" cx="20%" cy="40%" r="50%" fx="50%" fy="50%">
+
var grd1=cxt1.createLinearGradient(420,500,500,105);
-
<stop offset="0%" style="stop-color:rgb(200,200,200);stop-opacity:0"/>
+
grd1.addColorStop(0,"#becbad");
-
<stop offset="100%" style="stop-color:rgb(0,0,255);stop-opacity:1"/>
+
grd1.addColorStop(0.5,"#e4d7aa");
-
</radialGradient>
+
grd1.addColorStop(1,"#becbad");
-
</defs>
+
cxt1.fillStyle=grd1;
-
<ellipse cx="230" cy="200" rx="110" ry="100" style="fill:url(#shadow)"/>
+
cxt1.fillRect(420,500,500,105);
-
</svg>
+
</script>
</script>
</html>
</html>

Revision as of 16:06, 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