diff --git a/src/svg.js b/src/svg.js index 3cb0ce2..7f36af5 100644 --- a/src/svg.js +++ b/src/svg.js @@ -1881,11 +1881,12 @@ function arrayFirstValue(arr) { clone.insertAfter(this); return clone; }; +// SIERRA Element.toDefs(): If this _moves_ an element to the region, why is the return value a _clone_? Also unclear why it's called the _relative_ section. Perhaps _shared_? /*\ * Element.toDefs [ method ] ** - * Moves element to the relative `` section. + * Moves element to the shared `` area. ** = (Element) the clone \*/