Need to look into SVG views and fragements

Mostly a reminder to myself, as this looks interesting for my SVG presentation tool.

I’m currently creating a Prezi/Html5/SVG/onionskinning/blackboard kind of presentation tool, and it seems like SVG has native support for some of the code i’ve been writing: SVG fragement identifiers and SVG view element.

The linking i’ve currently implemented using the html5 history api. Views are currently implemented using javascript arrays containing references to SVG group elements, where i modify the viewport of the svg element to match a specific rectangle. Seems like i can rewrite that code.

blog comments powered by Disqus