Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

SVG image not showing as expected

1700686846

Edited 1700686905
nesuprachy
Sheet Author
API Scripter
I'm curious as to why an image in my sheet has begun to show up like this: I use and have used SVG images in my sheets and they have worked fine except for this specific case. Also, In my code the URL is like this: &lt;div class="drd-actionbar"&gt; &nbsp;&nbsp;&nbsp; &lt; img src =" <a href="https://raw.githubusercontent.com/Roll20" rel="nofollow">https://raw.githubusercontent.com/Roll20</a> /roll20- character- sheets/master/Draci%20doupe%20II/assets /actionbar.svg " /&gt; &lt;/div&gt; But when inspecting the sheet code I find this, where the URL doesn't work: &lt;div class="drd-actionbar"&gt; &nbsp;&nbsp;&nbsp; &lt;img src="<a href="https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Draci%2520doupe%2520II/assets/actionbar.svg" rel="nofollow">https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Draci%2520doupe%2520II/assets/actionbar.svg</a>"&gt; &lt;/div&gt; Any advice on how to fix this or what causes it? Link to my sheet.
Hi nesuprachy, This issue should be resolved now.&nbsp; Thanks so much for the report, and apologies for the disruption!