MCPcopy Create free account
hub / github.com/BuilderIO/mitosis / FeConvolveMatrixSVGAttributes

Interface FeConvolveMatrixSVGAttributes

packages/core/jsx-runtime.d.ts:1249–1262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…