Die Homepage von Joachim Mohr
circle, rect, text
Statt: ∡ spitze Klammer:
∡svg width="300" height="100">
∡rect width="100%" height="100%" fill="yellow" />
∡circle cx="50" cy="50" r="40" stroke="black" stroke-width="10" fill="red" />
∡rect x=100 y=10 width="50" height="50" fill="green" />
∡text x="160" y="60" font-size="50" text-anchor="left" fill="red">Left∡/text>
∡text x="160" y="85" text-anchor="middle" font-size="25">middle∡/text>
∡/svg>
line
Statt: ∡ spitze Klammer:
∡svg width="200" height="80">
∡rect width="100%" height="100%" fill="yellow" />
∡line x1="0" y1="0" x2="50" y2="50" stroke="red" />
∡line x1="60" y1="40" x2="190" y2="10" stroke-width="10"; stroke="green" />
∡/svg>