.container
svg(xmlns="http://www.w3.org/2000/svg", width="300", height="700")
rect(x="0", y="0", width="100", height="70", fill="#e74c3c")
rect(x="0", y="100", width="100", height="70", fill="#3498db", rx="15", ry="15")
circle(cx="40", cy="240", r="40", fill="#f1c40f")
ellipse(cx="40", cy="350", rx="30", ry="40", fill="#2ecc71")
line(x1="0", y1="420", x2="90", y2="460", stroke="#9b59b6")
line(x1="0", y1="460", x2="90", y2="420", stroke="#9b59b6", stroke-width="3")
polyline(points="0,550 30,500 90,500 60,550 ", stroke="#34495e", fill="none")
polygon(points="0,620 30,580 90,580 60,620", stroke="#16a085", fill="none")
//d="M 1,41 L 21,1 61,1 81,41 61,81 21,81 Z m 119,-40 c 40,0 -40,80 0,80 40,0 -40,-80 0,-80"
View Compiled
.container {
padding: 50px 100px;
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.