* Clear defs caches.
()
| 124327 | /** |
| 124328 | * Clear defs caches. |
| 124329 | */ _clearDefs () { |
| 124330 | const def3 = this._defs; |
| 124331 | def3.gradient = {}; |
| 124332 | def3.clipping = {}; |
| 124333 | } |
| 124334 | }); // mark ancestor chain with a dirty id |
| 124335 | function dirtyParents(item, id) { |
| 124336 | for(; item && item.dirty !== id; item = item.mark.group){ |
nothing calls this directly
no outgoing calls
no test coverage detected