
and links is written directly in the SVG and is not part of the
HTML5 document.
LINK
creates a hyperlink that points to the image file.
<a href="c:\Public\arrow.svg" My Arrow SVG</a>
OBJECT
creates an HTML5 <object> tag that displays the image file. This tag is used
to embed multimedia files and applications into your document (audio, video,
Java applets, ActiveX, PDF, and Flash).
<object data="c:\Public\arrow.svg" </object>
Requirement
suboption(s) must be enclosed in parentheses.
PACKAGE <package-name>
specifies that the output from the destination be added to a package.
package-name
specifies the name of a package that was created with the ODS PACKAGE ...