diff --git a/snap-svg/snap-svg-tests.ts b/snap-svg/snap-svg-tests.ts index 309ae07d30..12a7cd5be2 100644 --- a/snap-svg/snap-svg-tests.ts +++ b/snap-svg/snap-svg-tests.ts @@ -1,6 +1,6 @@ //Copied from the snap homepage -/// +/// // First lets create our drawing surface out of existing SVG element // If you want to create new surface just provide dimensions // like s = Snap(800, 600);