Skip to content

Instantly share code, notes, and snippets.

@edzhelyov
Created September 19, 2011 12:24
Show Gist options
  • Save edzhelyov/1226391 to your computer and use it in GitHub Desktop.
Save edzhelyov/1226391 to your computer and use it in GitHub Desktop.
SVG.draw do
group do
fill :red
nested do
circle ...
end
end
end
@semmons99
Copy link

SVG.draw do
  group do
    fill :red
    circle ...
  end
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment