SVG Animation - Bouncing/Blinking Stephen Few 'Red Dot'
Hi,
could you please explain below code or guide how to proceed.I want to create blinking pop up.As I am getting XML code (below code)in output table when I use it in Test file.
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%'>"
Thanks in advance.
- Greg_Deckler7 years ago
Community Champion
Not 100% I completely understand the question. A proper SVG must include the header as you have posted, the actual SVG graphic markup and the footer "</svg>" to close the markup. If you do not include all three elements, it is not a proper SVG. In terms of the network restrictions, that's an interesting issue that I have not experimented with. Sounds like overly restrictive security.
- Anonymous7 years agoNot applicable
Hi Greg_Deckler ,
My first issue of displaying Image has been resolved.I was missing out the Image Category property of measure.
For second scenario where Network restriction is there,how will I embed the image in </SVG> tag
code where we put the Image URL to access it.
Also I want to show it as a blinking pop up in ellipse shape.Any suggestion how this can be achieved.
Thanks in advance.