| 893 | } |
| 894 | |
| 895 | interface AnimationAdditionSVGAttributes { |
| 896 | attributeName?: string; |
| 897 | additive?: 'replace' | 'sum'; |
| 898 | accumulate?: 'none' | 'sum'; |
| 899 | } |
| 900 | |
| 901 | interface AnimationAttributeTargetSVGAttributes { |
| 902 | attributeName?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…