I am currently working with svg and its dom manipulation... Are there any WYSIWYG editors for SVG text. I have browsed so much, but can find only editors for html text. If someone can suggest one it would be of great help to me. Thanks in advance.
Asked
Active
Viewed 4,662 times
5
-
I don't have any specific recommendations, but googling for "svg wysiwyg" turns up many promising tools. Have you tried them all? – Ernest Friedman-Hill Mar 17 '12 at 16:30
-
Though the post is old, it is suitable to be asked on [software recommendations](https://softwarerecs.stackexchange.com/). – Amit Kumar Gupta Mar 16 '18 at 02:50
2 Answers
4
An opensource and free editor for SVG is inkscape.
Other (proprietary) software includes,e.g., Adobe Illustrator.

Sirko
- 72,589
- 19
- 149
- 183
2
- inkscape : opensource, recommended by w3c.
- svg-edit : JS based having many features. Try it here. It's perfect.
- bluegriffon : Another opensource editor. Not only for SVG but HTML5, CSS3, MathML etc
- Sketsa : It's not opensource. So less recommended. But have good features.

Amit Kumar Gupta
- 7,193
- 12
- 64
- 90
-
1Adding to the list (if one prefers text-level editing + display), emacs - see http://tavmjong.free.fr/blog/?p=243. – Erik Dahlström Oct 03 '13 at 07:29