ImageGear Professional DLL v18 for Windows
SVG
Send Feedback
ImageGear Professional v18 > User Guide > File Format Reference > ImageGear Supported File Formats Reference > SVG

Glossary Item Box

Full Name SVG (Scalable Vector Graphics format)
Format ID IG_FORMAT_SVG = 77
File Extension(s) *.svg
Data Type Vector Image
Data Encoding XML
Color Profile Support No
ImageGear Multipage Support No
ImageGear Alpha Channel Support No
ImageGear 3D Image Support No
ImageGear Raster to Vector Format Conversion Support Yes
ImageGear Unicode Text Display Support Yes
ImageGear Platforms Support WIN32, WIN64
To support the SVG format, attach the ImageGear CAD/Vector SVG Component to Core ImageGear.

ImageGear Supported Versions:

ImageGear Supported Features:

ImageGear Read Support:

ImageGear Write Support:

Please see Vector Format Features Supported by ImageGear Professional > SVG for additional information.

ImageGear Filter Control Parameters:

Filter Control Parameter Type Default Value Available Values Description
EXTERN_FILE_PATH AM_TID_LP | AM_TID_CHAR "" Any string up to 262 characters Defines a path where external files (like raster images) should be looked for. A value of "" looks in the same directory as the file being loaded.
WIDTH AT_INT32 512 Any positive value Defines the width of the empty DIB associated with the image after loading. DIB height is calculated using the file's scale factors. See Working with Vector Images.

Comments:

SVG (Scalable Vector Graphics) is a platform for two-dimensional graphics. It has two parts: an XML-based file format and a programming API for graphical applications. SVG allows for three types of graphic objects: vector graphic shapes (e.g., paths consisting of straight lines and curves), raster images, and text. Graphical objects can be grouped, styled, transformed and composited into previously rendered objects. Text can be in any XML namespace suitable to the application, which enhances searchability and accessibility of the SVG graphics. The feature set includes nested transformations, clipping paths, alpha masks, filter effects, template objects and extensibility.

SVG drawings can be dynamic and interactive. The Document Object Model (DOM) for SVG, which includes the full XML DOM, allows for straightforward and efficient vector graphics animation via scripting. A rich set of event handlers such as onmouseover and onclick can be assigned to any SVG graphical object. Because of its compatibility and leveraging of other Web standards, features like scripting can be done on SVG elements and other XML elements from different namespaces simultaneously within the same Web page.

References Used

About SVG - 2d Graphics in XML.- http://www.w3.org/Graphics/SVG/About.html

©2013. Accusoft Corporation. All Rights Reserved.