AnyChart / GraphicsJS

A lightweight JavaScript graphics library with the intuitive API, based on SVG/VML technology.
http://www.graphicsjs.org/
BSD 3-Clause "New" or "Revised" License
991 stars 68 forks source link

How to define a text curved with a circle? #5

Open JunweiDuan opened 7 years ago

JunweiDuan commented 7 years ago

Hi Graphics JS

It seems not support to draw a text curved with a circle? how can I add attribute textPath to a Text Object?

RomanLubushkin commented 7 years ago

Hi @JunweiDuan, textPath feature is in the development right now, please, take a look at dev preview example https://jsfiddle.net/0o80ddaz/4/

JunweiDuan commented 7 years ago

@RomanLubushkin Thanks a lot, I will try the dev version and feedback to you.