+ 4

Can We insert a text in the shapes?

How to insert a test inside a shape

10th Jul 2016, 6:49 AM
Nivetha D
Nivetha D - avatar
3 odpowiedzi
+ 6
<svg width="200" height="200"> <circle cx="100" cy="100" r="100" fill="green"/> <text x="100" y="100" font-family="sans-serif" font-size="20px" text-anchor="middle" fill="white">Hello!</text> </svg>
10th Jul 2016, 11:06 AM
ZinC
ZinC - avatar
0
how to use text inside a shape in html
10th Jul 2016, 10:14 AM
jasleen
- 3
yes
10th Jul 2016, 7:20 AM
Merbin Joe
Merbin Joe - avatar