From ef3bf74760f93fdf1b1f9306e494ddc1c9ed3a0d Mon Sep 17 00:00:00 2001 From: Mark MacKay Date: Fri, 5 Dec 2014 11:06:13 -0600 Subject: [PATCH] proper cursor coordinates for pencil --- editor/css/method-draw.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/css/method-draw.css b/editor/css/method-draw.css index a7a1157..f38b906 100644 --- a/editor/css/method-draw.css +++ b/editor/css/method-draw.css @@ -1611,7 +1611,7 @@ box-shadow: inset 0 3px 10px rgba(255, 255, 255, 0.1), } #workarea.fhpath { - cursor: url(../images/pencil_cursor.png) 0 20, crosshair; + cursor: url(../images/pencil_cursor.png) 0 16, crosshair; } #workarea.rotate * {