ist-dresden / composum-nodes

Set of Apache Sling / AEM development tools: JCR browser, user and package management and more
https://www.composum.com/home/nodes.html
MIT License
55 stars 21 forks source link

SVG images are not displayed in the image frame #3

Closed rombert closed 9 years ago

rombert commented 9 years ago

The Sling Launchpad 8 contains a Sightly repl out-of-the box and that contains an SVG image.

Navigating to http://localhost:8080/bin/browser.html/etc/clientlibs/repl/images/sightly.svg does not render the SVG image in the frame ; looking at the network tab it seems that there is no request made for it.

mzeibig commented 9 years ago

It looks like a browser dependent behaviour. Works fine with Chrome (45) but not in Firefox (41).

Chrome: svgchrome

Firefox: svgfirefox