Embedded svg files in PDF document
Since version 5, Acrobat
include Adobe SVG viewer ( version 5 ).
We can insert SVG files in pdf file using plugin.
We use Leonard Rosenthol plugin that we unzip in C:\Program Files\Adobe\Acrobat 6.0\Acrobat\plug_ins\Annotations
We find in advanced modifications toolbar, icon to call plugin
We define with pointer rectangle where embed svg file, choose file and embed it.
With this version of plugin,
we cannot use external files for script, image or getURL.
We have not access to contextual menu. We cannot zoom or pan.
We can use internal script
and all features of Adobe SVG viewer 5.
There is some problems with viewBox to get pointer coordinates.
Some examples :
Explore SMIL transitions - Change cursor on objects - Learn SVG chapter about animation ( 373 ko )
From tutorial about mathematics and SVG :
Weiler - Atherton algorithm - Explore affine transformations ( we retrieve refresh screen problems as in ASV 6 beta )