Skip to content

Instantly share code, notes, and snippets.

@schoblaska
Created March 18, 2012 19:25
Show Gist options
  • Select an option

  • Save schoblaska/2080024 to your computer and use it in GitHub Desktop.

Select an option

Save schoblaska/2080024 to your computer and use it in GitHub Desktop.
<?xml version="1.0" standalone="no"?>
<svg viewBox = "0 0 1100 350" version = "1.1" preserveAspectRatio = "xMidYMid meet" zoomAndPan = "magnify" contentScriptType = "application/ecmascript" contentStyleType = "text/css">
<circle cx="400" cy="350" r="300" stroke="red" stroke-width="5" fill="none"/>
<circle cx="100" cy="50" r="3" stroke="blue"fill="blue"/>
<path id = "quadcurveABC" d = "M 100 350 q 0 -300 300 -300" stroke = "blue" stroke-width = "5" fill = "none"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment