SVG Input Elements

An SVG textarea implemented in JavaScript. This is a work in progress.

View the project on GitHub

Rough roadmap to v 1.0

Basic text input
Get the basic structures in place and get line wrapping, the cursor and basic text input working.
Advanced text input
Select text and copy, cut, delete and replace it. Select text with keyboard.
Horizontal scrolling
Vertical scrolling and other necessary features to manage area constraints.
Touch compatible
Make sure text input, selection, scrolling etc. works on touch devices.