Skip to content

Instantly share code, notes, and snippets.

@koenbok
Last active December 28, 2016 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koenbok/fdc6bb59935f0286af37d36eb5b4e331 to your computer and use it in GitHub Desktop.
Save koenbok/fdc6bb59935f0286af37d36eb5b4e331 to your computer and use it in GitHub Desktop.
layer = new SVGLayer
point: Align.center
shape = layer.addShape("circle")
shape.setAttribute("cx", 100)
shape.setAttribute("cy", 100)
shape.setAttribute("r", 90)
shape.setAttribute("fill", "#0055DD")
shape.setAttribute("stroke", "#00AAFF")
shape.setAttribute("stroke-width", 20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment