|
Enhanced Source Code Editor
The Source Code Editor (used
for directly editing the source code of SVG
pages) features a variety of enhancements,
including standard text-editing options (cut,
copy, paste, undo, redo, find, find and replace,
etc.), font customization options (style, size,
and color), support for bookmarks, printing
capability, syntax error scanning, and more.

 |
JavaScript Support
RapidSVG
includes JavaScript support. JavaScript
commands may be added (through the Source
Code Editor) to enhance interactivity
and add logic to SVG pages.
|
| Click
here for enlarged view |
|
Audio Support
RapidSVG includes
support for .MP3 and .WAV audio files. Multiple
audio files may be added to each SVG page. Developers
may use the built-in library of audio files provided
by RapidSVG as well as import and use external
audio files. There are a variety of options available
for determining how audio playback will be triggered
at runtime. The developer may configure an audio
file to start or stop after a certain number
of seconds have elapsed, or when a particular
mouse click or keystroke action is performed
by the end user, or upon the beginning, end,
or repeat of an SVG animation.
|