Skip to content

Instantly share code, notes, and snippets.

@jordwalke
Created February 7, 2014 03:30
Show Gist options
  • Save jordwalke/8857022 to your computer and use it in GitHub Desktop.
Save jordwalke/8857022 to your computer and use it in GitHub Desktop.
WebStorm Parse Fail
var x =
<svg
width="100%"
height="100%"
viewBox="0 0 700 700"
version="1.1"
style={{cursor: 'pointer'}}
onMouseDown={this.handleMouseDown}
onMouseUp={this.handleMouseUp}>
{this.renderGraphic(rotationStyle)}
</svg>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment