From 3f7ad4c25c51e0ee791029dd71a070ec667883e7 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Thu, 25 Aug 2016 13:16:47 -0400 Subject: [PATCH] Update SVG.md --- SVG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SVG.md b/SVG.md index a29f603..70672bc 100644 --- a/SVG.md +++ b/SVG.md @@ -42,7 +42,7 @@ circle { stroke-width:3; fill-opacity:0.5; stroke-opacity:0.1; - transform:rotate(45deg) scale(0.4) translate(155px, 1px); + transform:rotate(45) scale(0.4) translate(155px, 1px); } ```