Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Latest commit

 

History

History
43 lines (29 loc) · 1.05 KB

test.md

File metadata and controls

43 lines (29 loc) · 1.05 KB


<script src="svg.js"></script> <script> function sly() { var draw = SVG('filigrane'); // .size(300, 300); var rect = draw.rect(100, 100).attr({ fill: '#f06' }); } // document.addEventListener("DOMContentLoaded", function(event) { window.addEventListener("load", function(event) { sly(); })(); </script>