I am building a html5-canvas application which can draw line, circular text and now i need to write the text in oval shape.
Asked
Active
Viewed 64 times
0
-
1Possible duplicate of [How to draw an oval in html5 canvas?](https://stackoverflow.com/questions/2172798/how-to-draw-an-oval-in-html5-canvas) – parik Jul 05 '17 at 13:03
-
text in oval shap, what do you mean by that? – Rakesh Soni Jul 05 '17 at 13:03
-
I edited question for you to view the result i want. – Ramees sesame Jul 05 '17 at 13:21
-
Take a look at these questions: [here](https://stackoverflow.com/questions/6061880/html5-canvas-circle-text) and [here](https://stackoverflow.com/questions/8974364/how-can-i-draw-a-text-along-arc-path-with-html-5-canvas) – Nick Wyman Jul 05 '17 at 17:35
-
All the above algorithm gives me the rounded shaped text. – Ramees sesame Jul 06 '17 at 12:21
-
Is there any other solutions. – Ramees sesame Jul 21 '17 at 04:39