[Libreoffice-commits] online.git: loleaflet/css loleaflet/plugins

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jan 16 17:34:19 UTC 2019


 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 562c4310e0c4657b9222a4e3c19b1173b43d0b88
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Wed Jan 16 11:39:03 2019 -0400
Commit:     Henry Castro <hcastro at collabora.com>
CommitDate: Wed Jan 16 13:31:49 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'
 		})
 	},


More information about the Libreoffice-commits mailing list