svgedit icon indicating copy to clipboard operation
svgedit copied to clipboard

foreignObject tags are in capital letter

Open sachinbhopi92 opened this issue 7 years ago • 0 comments

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?

sachinbhopi92 avatar Jul 12 '17 07:07 sachinbhopi92