Provides methods to ensure element ID's are valid and unique.
Ejemplo n.º 1
0
 /// <summary>
 /// Overwrites the current IdManager with a custom implementation.
 /// Be careful with this: If elements have been inserted into the document before,
 /// you have to take care that the new IdManager also knows of them.
 /// </summary>
 /// <param name="manager"></param>
 public void OverwriteIdManager(SvgElementIdManager manager)
 {
     _idManager = manager;
 }