Skip to content

Instantly share code, notes, and snippets.

@TyrfingMjolnir
Created April 3, 2016 07:05
Show Gist options
  • Save TyrfingMjolnir/b14480dd6c81dd6002be9ff96c4aa30e to your computer and use it in GitHub Desktop.
Save TyrfingMjolnir/b14480dd6c81dd6002be9ff96c4aa30e to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" version="1.1" width="120" height="120" viewBox="0 0 236 120">
<script xlink:href="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.3/angular.min.js" externalResourcesRequired="true" type="text/ecmascript" />
<g ng-repeat="i in [0, 1, 2, 3, 4, 5, 6, 7]">
<rect x="14" y="{{i*20}}" width="200" height="7" fill="lime" stroke="black" stroke-width="1" />
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment