From 708922cd7e3ecac2db1a97af8678419d3ed85324 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 6 Nov 2017 18:32:29 +0300 Subject: [PATCH] started work on image cropping... Signed-off-by: Alex A. Naanou --- ui (gen4)/e.js | 4 +++- ui (gen4)/experiments/image-crop-edit.html | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100755 ui (gen4)/experiments/image-crop-edit.html diff --git a/ui (gen4)/e.js b/ui (gen4)/e.js index f7866bbe..f0cf0c5a 100644 --- a/ui (gen4)/e.js +++ b/ui (gen4)/e.js @@ -34,7 +34,9 @@ function createWindow(){ show: false, // XXX get from config... (???) - //backgroundColor: XXX, + backgroundColor: '#333333', + + width: 800, height: 600, diff --git a/ui (gen4)/experiments/image-crop-edit.html b/ui (gen4)/experiments/image-crop-edit.html new file mode 100755 index 00000000..43825b50 --- /dev/null +++ b/ui (gen4)/experiments/image-crop-edit.html @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + +