Mapping svg tags with html content

hi,
i was playing with xeditor(WYSWYG) & noticed that when ever you perform spell check, it does not add css to highlight the miss-spelled text but adds some svg tags.

i have no background with svg & am confused. please help me to understand

Can you show us some code?

please go to http://www.xeditor.com/ & request for live demo.

once you get there, go to “Review” tab and perform spell check.

Note : i am using chrome devTool.

I’m a bit confused what you are asking about. That editor is an XML editor, not HTML. SVGs are in XML format.

I did not request a demo, because it required an email address and the data privacy policy isn’t in English.

Do you have specific question about SVGs?
It is valid to have svg tags within your html to display images/graphics, or they can be sourced from external files with an img tag, just like any normal image file.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.