Please enable JavaScript to view this site.

All elements you insert in SnipSVG can have links attached to them that are then executed when the user clicks on the element. Unlike animations, links cannot be triggered by a mouseover. It must be a click that the user actively chooses to perform.

Requirement for links and animation: SVG format and <object> tag

All animation and interactivity to be executed in web pages, including embedded videos and web content, require the SVG format, and the main SVG containing this content must also be inserted in the web page using the <object> tag.This applies for links, web videos and animations in general. SnipSVG provides the code you need for this directly for you to copy and paste. See Adding SVGs to Web Pages for full details.