nextstrain / auspice

Web app for visualizing pathogen evolution
https://docs.nextstrain.org/projects/auspice/
GNU Affero General Public License v3.0
290 stars 159 forks source link

[tanglegrams] fix browser-specific bug where the RHS tree wasn't displayed #1786

Closed jameshadfield closed 3 weeks ago

jameshadfield commented 3 weeks ago

Fixes a browser-specific bug where the invalid <rect> would cause the entire RHS tree to not be displayed.

Tested on Safari 17.4.1, Firefox 126 & Chrome 123

Closes #1755