I have searched around Stackoverflow for the same question, but all questions that looks a little bit like my question are programmed in Xcode (iPhone). I'm using Javascript, but I can't figure it out how I solve this.
I created a star (based on RaphaelJS). That star has a variable star points, so it could be a star with 8 points, but also 9 or 10 or 11.. My question is, I want text in a circle around that star. If the star has 8 points, then has every point it own word (so 8 words).
I have my problem illustrated in Illustrator, so maybe that my question clarified:
On this moment I'm doing it with images, but that isn't flexible (in the future I would generate the star and the words by using a database). I have searched a lot. I found that any technic where this is possible, is SVG. But after many hours of trial and error, I haven't something that is similar as my image.