loleaflet/css/leaflet.css                                         |    1 -
 loleaflet/plugins/draw-0.2.4/src/edit/handler/Edit.SimpleShape.js |    4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 6aa875b5189dc5b22aefa9cc30b09a56c89e0197
Author:     Henry Castro <hcas...@collabora.com>
AuthorDate: Wed Jan 16 11:39:03 2019 -0400
Commit:     Henry Castro <hcas...@collabora.com>
CommitDate: Wed Jan 16 13:40:06 2019 -0400

    Revert "Made grab handles larger and circles."
    
    This reverts commit 6195ea6b4018f737db4f9b782f02b130aa495ba4.
    
    Unfortunately has side effects, it clips ellipse the SVG layer

diff --git a/loleaflet/css/leaflet.css b/loleaflet/css/leaflet.css
index be390cc27..4ddd1cdf4 100644
--- a/loleaflet/css/leaflet.css
+++ b/loleaflet/css/leaflet.css
@@ -185,7 +185,6 @@
 
 .leaflet-interactive {
        cursor: pointer;
-       border-radius:50%;
        }
 .leaflet-container {
        cursor: text;
diff --git a/loleaflet/plugins/draw-0.2.4/src/edit/handler/Edit.SimpleShape.js 
b/loleaflet/plugins/draw-0.2.4/src/edit/handler/Edit.SimpleShape.js
index 4388d4c0f..e5670f741 100644
--- a/loleaflet/plugins/draw-0.2.4/src/edit/handler/Edit.SimpleShape.js
+++ b/loleaflet/plugins/draw-0.2.4/src/edit/handler/Edit.SimpleShape.js
@@ -4,11 +4,11 @@ L.Edit = L.Edit || {};
 L.Edit.SimpleShape = L.Handler.extend({
        options: {
                moveIcon: new L.DivIcon({
-                       iconSize: new L.Point(16, 16),
+                       iconSize: new L.Point(8, 8),
                        className: 'leaflet-div-icon leaflet-editing-icon 
leaflet-edit-move'
                }),
                resizeIcon: new L.DivIcon({
-                       iconSize: new L.Point(16, 16),
+                       iconSize: new L.Point(8, 8),
                        className: 'leaflet-div-icon leaflet-editing-icon 
leaflet-edit-resize'
                })
        },
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to