From 5f550a9f8a3f731d76f6c69b4b482f3d42fc843b Mon Sep 17 00:00:00 2001 From: AWagenheim Date: Tue, 18 Sep 2012 22:35:48 -0400 Subject: [PATCH] Added ImportSVG.js Stub --- test/tests/ImportSVG.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 test/tests/ImportSVG.js diff --git a/test/tests/ImportSVG.js b/test/tests/ImportSVG.js new file mode 100644 index 00000000..e9b5cf71 --- /dev/null +++ b/test/tests/ImportSVG.js @@ -0,0 +1,21 @@ +/* +* Paper.js +* +* This file is part of Paper.js, a JavaScript Vector Graphics Library, +* based on Scriptographer.org and designed to be largely API compatible. +* http://paperjs.org/ +* http://scriptographer.org/ +* +* Copyright (c) 2011, Juerg Lehni & Jonathan Puckey +* http://lehni.org/ & http://jonathanpuckey.com/ +* +* Distributed under the MIT license. See LICENSE file for details. +* +* All rights reserved. +*/ + +module('ImportSVG'); + +/** +*TODO: Create SVGs utilizing ImportSVG methods +*/