| 1308 | } |
| 1309 | |
| 1310 | interface FeImageSVGAttributes<T> |
| 1311 | extends FilterPrimitiveElementSVGAttributes<T>, |
| 1312 | // XLinkSVGAttributes, |
| 1313 | ExternalResourceSVGAttributes, |
| 1314 | StylableSVGAttributes { |
| 1315 | preserveAspectRatio: SVGPreserveAspectRatio; |
| 1316 | } |
| 1317 | |
| 1318 | interface FeMergeSVGAttributes<T> |
| 1319 | extends FilterPrimitiveElementSVGAttributes<T>, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…