Links to https://svg.test-summary.com not working
In build summary used icons are not showing up because the links points to non working website.
https://svg.test-summary.com/dashboard.svg?p=409&f=3&s=23
Hey @ethomson, did you forget to prolong the registration of test-summary.com?
Maybe a stupid question, but why is the svg not embedded as a svg tag instead of pulling the image from a obscure website?
@LjungErik I think that GH Markdown doesn't allow that.
No but I must have broken something! I'll take a look.
Thanks, folks, sorry I missed the ping initially, my notifications are a bit of a mess right now. 😅
I had broken DNS, and I've repaired it. It may take a little bit to propagate through caches. Thanks again for the ping!
Thank you for fixing this! 💯
@webknjaz @ethomson Can't we just host the SVGs on Github directly instead of having a external dependency on a website
@LjungErik that SVG isn't static, in contains dynamically filled out data.
Right; I'm running compute to generate those svgs. 😀
But also, I think that you can't embed SVGs inside GitHub-flavored Markdown? I admit that I haven't tried it in a few years, though, so maybe the state of the art has changed.
I think it'd work if one of these things was true: either a static SVG (GH Pages would handle it) or the ability to embed SVG into Markdown. Referencing standalone SVG files got fixed back in 2022: https://github.blog/changelog/2022-01-21-allow-to-upload-svg-files-to-markdown/. But I don't think the MD sanitizer changed since.