| 1 | // SVG logic is technically dom-specific, but the logic is placed in core |
| 2 | // because splitting it out of core would lead to unnecessary complexity in both |
| 3 | // the renderer and compiler implementations. |
| 4 | // Related files: |
nothing calls this directly
no test coverage detected