The Defs Editor contains all the resources for the current/selected SVG document. It is equivalent with the SVG <defs> elements. The resources can be referenced by using URI/XLINK reference syntax. The available resource is displayed on the list of type and name(id).
You can add new resource by click the add button ,
or edit specific resources by either double click the resource or using the
edit button
, or refresh
using the refresh button
.
To remove a resources select the resource on the list and click the remove
button
.
Not all resources type is implemented for add and edit. Here is the list of supported resource:
For other resources not implemented yet, please use Source Editor or DOM Editor.
Note: The resource must have unique id/name, if it is not unique the result is unknown. Also before removing a resource, make sure that no object is referencing the resource or the result is unknown.