This tool is used to edit an image which shows a google map.
The map editor display a Google map dialog panel for searching a place and browsing the map.
See also draw map showcase for an interactive demonstration of how to insert and edit a Google Map in your SVG drawing..
This editor filter and smooth a straight line.
The curve must be a path with only lineto commands.
The tool is displayed as a svg panel inside the document.
The filter defines the minimum distance of a point to the vector between the prior and next points.
The filter is drawn on each point as a circle of radius equals to the distance.
The simplified curve is drawn in brown color.
The smooth option and it's slider allows to transform the curve in bicubic.
The value of the slider control the elasticity of the curve.
See also smooth path showcase for an interactive demonstration.
The offset attribute of a textPath defines the curvilinear abscissa of the text on the associated path .
The offset can be adjusted with the slider of the editor's svg panel, or entered directly into the field.
The tool is displayed as a svg panel inside the document.
See also drawing text on a path showcase for an interactive demonstration.
This tool is used to customize the gradient of a shape
To prevent modification of the shared gradient definition, make a copy or an extension of the gradient,
Then define the transformation with the rotation angle and the scale factor
Apply the transformation or close the panel without modification.
Customization by extension has the advantage of minimizing the volume and continue to benefit from changes made to the basic gradient.
See also creating , using gradients showcases for interactive demonstrations.
This tool is used to customize the pattern of a shape
To prevent modification of the shared pattern definition, make a copy or an extension of the pattern,
Then define the transformation with the rotation angle and the scale factor
Apply the transformation or close the panel without modification.
Customization by extension has the advantage of minimizing the volume and continue to benefit from changes made to the basic pattern.
See creating , using patterns showcases for interactive demonstrations.
This editor load an image file, then encode it's content as a dataURI to set the href attribute of the selected image.
You can select the image resolution to optimize the encoded size.
See also draw image showcase for an interactive demonstration of how to draw an image.
It's also possible to load a svg file by this way.
But in this case the most suitable method is to use the element svg included for the following reasons:
The vector display renders the document with its original resolution and quality.
The content of the included svg is editable.
The editor asks for confirmation to avoid confusion and to learn about the alternative use.
This editor load the HTTP URL referenced by the element, then encode it's content as a dataURI to set the href attribute of the selected image.
It's also possible to view a svg URL by this way.
For the same reasons detailed previously in image file load , the most suitable method is to use the element svg included.
The URL is downloaded via a proxy for safety reasons. The URL must be accessible from the server.
This editor allows you to edit all properties of the selected item which are supported by DRAW-SVG.
Properties are organized into tabs :
Element
Stroke style
Fill style
Marker style
Geometry
CSS styles
Each property is followed by an icon to edit its value or to delete it .
See also showcase using css styles
Table 4.3. Properties tab element panel
Tab element | Properties | |
---|---|---|
|
Element's attributes
|
Table 4.4. Properties tab stroke style panel
Tab stroke style | Properties | |
---|---|---|
|
Element's stroke style properties
|
Table 4.7. Properties tab geometry panel
Tab geometry | Properties | |
---|---|---|
|
Definition of the geometry of the element. For a path element, shows each command with arguments. See showcase edit geometry |
Table 4.8. Properties CSS styles panel
Tab CSS | Properties | |
---|---|---|
|
Define CSS classes, move properties from inline location to classes. See showcase using css styles |