Hi,
I was hoping that someone could help me fine tune my sketch. What I'm wanting to do is fill a shape with words from a txt file and output it as SVG.
I figured out how to fill a shape with words supplied with a text file and output to SVG, the problem was, the words were not repeating, so it felt sparse.
In the gallery, there's an example of words repeating in a yin-yang, but I couldn't figure out how to mimic that behavior with supplying a text file.
If I could somehow edit the below line to except multiple string arguments, that would suffice, but I can't figure out how to do that
fromWords(repeatWord("flexible", 500)).
The best I could figure out was to create patches of color for each time I want the words to repeat, this isn't a great solution and it still leaves the image sparse; I really want it to be filled in. I also outputs to 3 different SVG files that I stitch together manually.
Any help on this would be greatly appreciated!
Side note:
I used an image that is white, black, red, and blue. I mistakenly attached the wrong image above; for some reason couldn't get green to work.
--
You received this message because you are subscribed to the Google Groups "WordCram" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wordcram+u...@googlegroups.com.
To post to this group, send email to word...@googlegroups.com.