aces / cbrain

CBRAIN is a flexible Ruby on Rails framework for accessing and processing of large data on high-performance computing infrastructures.
GNU General Public License v3.0
70 stars 43 forks source link

Add support for viewing SVG files directly #1357

Open prioux opened 10 months ago

prioux commented 10 months ago

Within a collection, SVG files are clickable but that results in a download operation with the browser.

They could easily support being rendered by the browser using the stream action and the inline disposition parameter. I tried it by editing the URL and it worked fine.