We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f0bb8 commit d0d9a96Copy full SHA for d0d9a96
README.md
@@ -1,4 +1,9 @@
1
-Greiner-Hormann polygon clipping algorithm
2
-==========================================
+Greiner-Hormann polygon clipping
+================================
3
+
4
+ * Does AND, OR, XOR (intersection, union, difference, if you're human)
5
+ * Plays nicely with [Leaflet](http://github.com/leaflet/leaflet/), comes with an adaptor for it
6
+ * Handles non-convex polygons and multiple clipping areas
7
+ * ~3kb compressed, no dependencies
8
9
[Demo and documentation](http://w8r.github.io/GreinerHormann/)
0 commit comments