I installed the drawing utility using Raphael.js. The user can draw shapes, paths and enter text. When the user adds the text -> Paper.text () to svg, svg goes into the select state. Meaning, if I add text and switch to the pen tool, moving the pen around svg will cause adjacent dom elements to enter their :: select state.
Therefore, I would like to convert the text to a path so that this does not happen. I do not see anything like this in the documentation.
source share