Need to find/create a web component based on SVG tags, which one would have the basic functionality to edit the text:
- using the SVG tag
text
and not tag textarea
- processing insert, overwrite characters under the cursor left; select text to replace others recruited - all similar to the textarea.
- the window size should adapt to the size of the parent, activate scrolling text in the window
- the component must be able to work with a large number of characters, say, to 100,000 (preferably)
As far as I know, SVG tags are the model that will eventually be displayed by the renderer.
For example, I will use the MVC framework/library for the dynamic display.
Not found ready-made components, can be bad looking. What would you recommend? The principles of operation of the component?
Also, I think it is probably overkill. I need a functionality not greater than in the comment box and on the Toaster. - alfonso56 commented on July 9th 19 at 11:03