From 956c830f3e0d3e446b42ead85124a17fd09d5a7e Mon Sep 17 00:00:00 2001 From: Yansong Hong Date: Fri, 7 Feb 2020 16:04:16 -0800 Subject: [PATCH] 1540 Add point support on the demo page --- test/demo/cropping-polygons.html | 105 +++++++++++++++++++++++-------- 1 file changed, 78 insertions(+), 27 deletions(-) diff --git a/test/demo/cropping-polygons.html b/test/demo/cropping-polygons.html index 071e8405..368f6b53 100644 --- a/test/demo/cropping-polygons.html +++ b/test/demo/cropping-polygons.html @@ -13,7 +13,7 @@ } textarea { - width: 200px; + width: 215px; height: 200px; } @@ -22,8 +22,8 @@ display: inline-block; text-align: center; } - .box-with-title button{ - display: block; + .buttons { + width: 215px; } *:focus { @@ -43,11 +43,24 @@
- - +
+ + +
+
- +
+ + +
+ +
+
+
+ + +
@@ -68,54 +81,92 @@