Change the SVG Returned to the Client to Add New Symbols and Elements
Mobile Framework
Change the SVG Returned to the Client to Add New Symbols and Elements
Published SVG files have the highlighting and labeling applied to them before sending the SVG file to the mobile client. This process can be extended to add new symbols or any other SVG elements to the drawing on the fly.
Note that changes to the base SVG format are expected in future releases. Please be aware that modifications may not be upward-compatible.
Example
\schema\ab-products\common\resources\src\main\com\archibus\service\common\svg\SvgReport.java
shows the default highlighting and labeling rules and how they modify SVG before returning it to the mobile client.