Update header comment

This commit is contained in:
hkrish 2013-04-21 19:16:50 +02:00
parent cca42872ed
commit 1f428cbddc

View file

@ -11,19 +11,14 @@
* undocumented to directly adapt from)
*
* Supported
* - paperjs Path objects
* - Boolean Union operations
* - Boolean Intersection operations
* - handles path complexity quite nicely
* - paperjs Path and CompoundPath objects
* - Boolean Union
* - Boolean Intersection
* - Boolean Subtraction
*
* Not supported yet ( which I would like to see supported )
* - Compound Paths as input ( however compound paths are correctly handled in the output )
* - Self-intersecting Paths
* - Boolean Subtraction operation ( depends on compound paths as input )
* - Paths are clones of each other that ovelap exactly on top of each other!
*
* In the Not-supported-yet list, the first three can be easily implemented,
* as for the last point, I need help! Thanks! :)
*
* ------
* Harikrishnan Gopalakrishnan