|
SVG Tiny Files
RapidSVG
enables developers to export individual
SVG pages from a project to SVG Tiny (SVGT)
format, a subset of the SVG specification.
SVG Tiny is used for displaying SVG content
on mobile wireless devices, such as mobile
phones and PDAs. In RapidSVG , when
an SVG page is exported to SVG Tiny format,
unsupported elements are removed from the
page, and an SVG Tiny-compliant page is generated.
Source
Code Editor
RapidSVG
provides an option for directly editing
the source code of each SVG page in the project.
This provides an alternate means of editing
SVG page content. Using the Edit Source window,
the developer may directly edit the source
code for the current SVG page. Changes made
to the source code will be immediately reflected
on the SVG page displayed on the Page Canvas.
Any unsupported changes that violate SVG
specifications will be automatically discarded.

Ready-made Charts and Graphs
RapidSVG
provides a Chart object for
adding different types of ready-made data
charts/graphs to the page canvas. Rather
than having to create a chart or graph from
scratch, the developer may create a polished
chart/graph instantly by dragging and dropping
a Chart object onto the page. By setting
properties for the Chart object, the
developer may easily customize the data displayed
in the chart/graph as well as customize the
look of the chart/graph. Various types of
charts/graphs may be created, including Bar,
Line, Pie, Column, Stacked Column, Curve,
Area, and Scater.
|