From 7276a46d658496bf2790b43e4788b35c66a87f34 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Thu, 25 Aug 2016 13:17:01 -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 70672bc..a29f603 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(45) scale(0.4) translate(155px, 1px); + transform:rotate(45deg) scale(0.4) translate(155px, 1px); } ```