Greg_Deckler
Community Champion
7 years agoSVG Animation - Bouncing/Blinking Stephen Few 'Red Dot'
OK, this was not rendering for me in Edge when I "Published to Web" but it does work in Desktop so you may have to download the PBIX to see it. Essentially steals from Anonymous's Quick Measure but u...
Anonymous
7 years agoNot applicable
Hi Greg_Deckler
Thank you for the code.
I tried to implement this,but I am getting simple IMAGE PATH(code pasted below) in the output.
Can you explain this below SVG path
VAR __header = "data:image/svg+xml;utf8," &
"<svg
xmlns:dc='http://purl.org/dc/elements/1.1/'
xmlns:cc='http://creativecommons.org/ns#'
xmlns:svg='http://www.w3.org/2000/svg'
xmlns='http://www.w3.org/2000/svg'
width='100%' height='100%'>"
If they are some external paths I wont be able to use those to get the image because of network restriction.Can you suggest something.
Thank you in advance.