How to put sentences in Circle or in any other shapes ? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

How to put sentences in Circle or in any other shapes ?

I can't put sentences in shapes ;-;

14th Jun 2017, 4:14 PM
Tarif Aziz
Tarif Aziz - avatar
4 Réponses
+ 4
You'll need to put svg text element along a svg path element: https://developer.mozilla.org/fr/docs/Web/SVG/Element/textPath
14th Jun 2017, 4:28 PM
visph
visph - avatar
+ 1
@marco Style is used for what here?
14th Jun 2017, 4:23 PM
Tarif Aziz
Tarif Aziz - avatar
+ 1
@Marco I want to write sentences by using the <circle> element .
14th Jun 2017, 4:26 PM
Tarif Aziz
Tarif Aziz - avatar
+ 1
<div style="width:200px; height:200px; border: solid 2px #555; border-radius:50%"> <div style="text-align: center; line-height: 200px;">CIRCLE</div></div>
14th Jun 2017, 4:29 PM
Calviղ
Calviղ - avatar