svgedit
svgedit copied to clipboard
foreignObject tags are in capital letter
Hi, I am trying to insert foreignObject button/textbox in my svg editor code. When I am inserting input element or div element in foreignObject it is showing as capital INPUT or DIV element in svg editor textarea. So my svg is not rendering capital foreignObject tags and hence it is invisible to user. So for solution I am doing all child of foreignObject to lowerCase but at the end when I am trying to set svgstring i.e. svgCanvas.setSvgString(lowercase custom string),again it is taking all tags in capital letters. So my problem is still exist. Can you please help me to solve this issues?