Answers

Question and Answer:

  Home  SVG

⟩ Tell me why plug-in is required to view SVG files?

★ The <embed> and <object> tags are embedded into HTML page.

★ The type attribute might be set to incompatible MIME type.

★ The SVG MIME type is image/svg+xml.

★ To identify the <embed> and <object> tags along with SVG, the SVG plug-in is needed.

★ The plug-in need to be properly set. The SVG MIME type sometimes set as image/svg-xml. This will not recognize the <embed> and <object> tags.

 178 views

More Questions for you: