Skip to content

Instantly share code, notes, and snippets.

View timfish's full-sized avatar

Tim Fish timfish

  • Freelance
  • 15:46 (UTC +02:00)
View GitHub Profile
@timfish
timfish / app.html
Last active October 31, 2017 15:32 — forked from jdanyow/app.html
Aurelia Gist
<template>
<require from="./svg-rect"></require>
<svg width="100" height="100" style="background-color:lightblue">
<rect></rect>
</svg>
</template>