Forum Discussion
Styry69
1 year agoFrequent Visitor
New Card Visual Image URL doesn't work any more
Hello Everyone The new card visual seems to have a bug when using a measure containing svg-code. By selecting Image type = Image URL and adding a measure with svg-code to create a custom graphic...
- 1 year ago
The bug has been resolved by Microsoft.
Sebaslop90
1 year agoRegular Visitor
I'm having the same issue, I have one PC with January 2025 version and the SVG-Measure works perfect on the New Card adding it as Image-URL, but on my laptop it updated to March 2025 and it is not working, a quick workaround that worked for me was using the "HTML Content" and removing the first part of the SVG - "data:image/svg+xml;utf8," and just letting your svg Code:
"
<svg width='200' height='400' viewBox='0 0 200 400' xmlns='http://www.w3.org/2000/svg'>
<rect x='30' y='30' width='140' height='340' rx='35' ry='35' fill='#bcc4d0'/>
<rect x='40' y='40' width='120' height='200' rx='25' ry='25' fill='#284066' transform='rotate(180, 100, 200)'/>
</svg>
"
This way, I could get the SVG to work. The bad news is that you cannot use small multiples, but it works for single images, like in my case.
hope they fix this soon.