Adobe SVG Viewer 3.0 supports much of the W3C Recommended Scalable Vector Graphics (SVG) 1.0 Specification published on 4 September, 2001.
Due to the extereme diversity of Linux configurations it is not possible to guarantee that Adobe SVG Viewer for x86 Linux will run on any particular configuration. In addition, Adobe SVG Viewer for x86 Linux does not work with Netscape 4.x and does not support the Netscape 4.x plug-in architecture.
/usr/lib/adobesvg
if it doesn't
already exist.
/usr/lib/adobesvg
by using tar xzvf SVGView.tar.gz
.
adobesvg-3.0/install.sh
.
If you install another copy of Mozilla/Netscape 6 which supports Mozilla plug-ins, you can make a symbolic link from the file libNPSVG3.so in installation folder to your browser's plugins folder.
Once you install Adobe SVG Viewer, you should be able to view supported SVG files in any supported Web browser.
You can export SVG from Adobe Illustrator 9. If you wish to incorporate JavaScript into your SVG you can create your artwork in Illustrator and link to JavaScript functions with the JavaScript Interactivity Palette and then export it as SVG or export from Illustrator and add any JavaScript interactivity animation or filter effects by hand. You can place SVG into Adobe GoLive 5 software using the Preview Mode or use the GoLive Outline and Source Views to modify the SVG source code. You may for example add or modify JavaScript add or update links to images fonts or audio files or add or update SVG elements and their attributes.
x
, y
,
width
, and height
attributes on filter
elements in order to minimize the area over which the filter effect needs to
be calculated. This will result in graphics which display much more quickly.
getTarget
on the evt
object
which is passed in. For example:
// Retrieve the SVG document object: var directTarget = evt.getTarget(); var svgDocument; if( directTarget.getNodeType() != 9 ) // if not DOCUMENT_NODE svgDocument = directTarget.getOwnerDocument(); else svgDocument = directTarget;
bitrate
URL parameter is supported when playing SVG in
RealPlayer. For example, if the URL
foo.svg?bitrate=12000was used to play SVG in RealPlayer, the bitrate for the SVG packets would be 12000 bps (which happens to be the default bitrate).
ADOBE_SVG_VIEWER_PATH
to the path where Adobe SVG Viewer was installed. This is normally not needed, but
one such situation where it might be required is if you don't have a /proc
filesystem mounted.
To report bugs and/or provide feedback, please go to the SVG Zone on Adobe.com.
© Copyright 1998-2001 by Adobe Systems Incorporated. All rights reserved.
Adobe Illustrator and GoLive are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. SVG is a trademark (registered in numerous countries) of the World Wide Web Consortium; marks of the W3C are registered and held by its host institutions MIT INRIA and Keio. Windows and Windows NT are registered trademarks of Microsoft Corporation in the United States and/or other countries. Mac and TrueType are trademarks of Apple Computer Inc. in the United States and/or other countries. RealNetworks, RealPlayer, and RealAudio are registered trademarks of RealNetworks. All other trademarks are property of their respective owners.