Skip to content

Instantly share code, notes, and snippets.

@yohannawaliya
Forked from moonmilk/dotcollection.json
Created August 3, 2020 23:25
Show Gist options
  • Save yohannawaliya/931a538fc7aea100a65a15ba8cd5dea4 to your computer and use it in GitHub Desktop.
Save yohannawaliya/931a538fc7aea100a65a15ba8cd5dea4 to your computer and use it in GitHub Desktop.
graphics in tracery
{
"origin": [
"<svg width=\"400\" height=\"200\">#pattern#</svg>"
],
"circlecolor": [
"pink",
"cyan",
"yellow",
"orange",
"gray",
"red"
],
"rand": [
"20%",
"50%",
"80%"
],
"circle": [
"<circle cx=\"#rand#\" cy=\"#rand#\" r=\"#rand#\" fill=\"#circlecolor#\" fill-opacity=\"0.5\"/>"
],
"pattern": [
"#circle# #pattern#",
"#circle# #circle#",
"#circle# #circle# #circle#"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment