Tile SVG pattern
-
Is there a function (or easy way) to tile an SVG pattern on a panel?
I see JUCE has setTiledImageFill() -
@Dan-Korneff @d-healey to the rescue
SVG Repetitions
This is the function I'm using inline function tile(pattern, area, tileWidth, tileHeight, fill) { local a = []; for (i = 0; ...
Forum (forum.hise.audio)
-
I posted a snippet for this on Patreon ages ago - https://www.patreon.com/posts/tiled-vector-60310036
-
<3 Best community ever