diff --git a/.DS_Store b/.DS_Store index 0f962ca..60608eb 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/editor/.DS_Store b/editor/.DS_Store index b29e0e5..b255071 100644 Binary files a/editor/.DS_Store and b/editor/.DS_Store differ diff --git a/editor/font-selector b/editor/font-selector deleted file mode 160000 index 6ed6e12..0000000 --- a/editor/font-selector +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6ed6e1208d82d015624fdc9e86bd70500d761a39 diff --git a/editor/images/pencil_cursor.png b/editor/images/pencil_cursor.png new file mode 100644 index 0000000..d3f1f69 Binary files /dev/null and b/editor/images/pencil_cursor.png differ diff --git a/editor/svg-editor.css b/editor/svg-editor.css index c8a6043..babb60a 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -1900,7 +1900,7 @@ span.zoom_tool img { } #workarea.fhpath { - cursor: url(images/pencil.png) 0 20, crosshair; + cursor: url(images/pencil_cursor.png) 0 20, crosshair; } #workarea.rotate * { diff --git a/method-draw/images/pencil_cursor.png b/method-draw/images/pencil_cursor.png new file mode 100644 index 0000000..d3f1f69 Binary files /dev/null and b/method-draw/images/pencil_cursor.png differ diff --git a/method-draw/index.html b/method-draw/index.html index 873821d..7528dab 100644 --- a/method-draw/index.html +++ b/method-draw/index.html @@ -147,6 +147,7 @@ $(function(){
+ @@ -173,7 +174,8 @@ $(function(){ diff --git a/method-draw/svg-editor.css b/method-draw/svg-editor.css index c8a6043..babb60a 100644 --- a/method-draw/svg-editor.css +++ b/method-draw/svg-editor.css @@ -1900,7 +1900,7 @@ span.zoom_tool img { } #workarea.fhpath { - cursor: url(images/pencil.png) 0 20, crosshair; + cursor: url(images/pencil_cursor.png) 0 20, crosshair; } #workarea.rotate * {