+ 16
Tried this, it works. <svg> <rect x="0" y="0" width="100" height="100" fill="red"></rect> <text x="0" y="50" font-family="Verdana" font-size="35" fill="blue">Hello</text> </svg>
8th Sep 2018, 9:32 PM
###