SVG modify with sound linear spread

hy, complete noob etc…

I’m trying to make a sound visualizer,
my purpose is to modify an svg files with sound , and to compose the path of the visualizer with a lot of little .svg shape (like cat heads!), but the thing is I don’t manage to Spread the SVG files with Linear Spread…

does that ring a bell to anyone?

thks

f

i would render the svg files to textures as shown in the example and spread the hell out of them in DX9 context… other setups tend to have low performance.

thks that works great!