neuroanatomy / BrainBox

BrainBox is a web application that lets you annotate and segment 3D brain imaging data in real time, collaboratively.
https://brainbox.pasteur.fr
Other
96 stars 46 forks source link

hash symbol (#) should be percent-encoded (%23) in embedded SVG image… #192

Closed turingbirds closed 6 years ago

turingbirds commented 6 years ago

The diffs below seem to be needlessly long; the only changes made are to replace the hash symbol (#) with its percent-encoded version (%23) within the embedded SVG images. This is according to spec and makes them also render in Firefox.