| 1247 | } |
| 1248 | |
| 1249 | interface FeConvolveMatrixSVGAttributes<T> |
| 1250 | extends FilterPrimitiveElementSVGAttributes<T>, |
| 1251 | SingleInputFilterSVGAttributes, |
| 1252 | StylableSVGAttributes { |
| 1253 | order?: number | string; |
| 1254 | kernelMatrix?: string; |
| 1255 | divisor?: number | string; |
| 1256 | bias?: number | string; |
| 1257 | targetX?: number | string; |
| 1258 | targetY?: number | string; |
| 1259 | edgeMode?: 'duplicate' | 'wrap' | 'none'; |
| 1260 | kernelUnitLength?: number | string; |
| 1261 | preserveAlpha?: 'true' | 'false'; |
| 1262 | } |
| 1263 | |
| 1264 | interface FeDiffuseLightingSVGAttributes<T> |
| 1265 | extends FilterPrimitiveElementSVGAttributes<T>, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…