-
use custom collision detection library,
use [pixi-viewport](https://www.npmjs.com/package/pixi-viewport) for panning and zooming, it is so [damn fast](https://davidfig.github.io/pixi-viewport/)
re…
-
# Description/Steps to reproduce
There appears to be no way to import paper as an es6 module.
Using https://unpkg.com/paper/, and https://unpkg.com/paper?module, I can find no modules.
…
-
Hey,
On a Mac Book Pro Retina, canvas is not resized correctly, it exponentially grows until the browser tab crashes. Also canvas is zoomed (probably related to some pixel ratio stuff).
On 0.9.21, t…
-
Quick demo:
```
var path = new Path.Circle({
center: [100, 100],
radius: 10,
strokeColor: 'red',
strokeWidth: 15
});
path.onMouseEnter = function(){ alert('huh?'); }
var div = docume…
-
Path clipping is a tough mathematical problem that requires some non-trivial code. Instead of trying to do it yourself I would use JavaScript Clipper [1] library. Clipper doesn't have full support for…
-
It'd be good to have a `Line` class that defines a line, with or without a length definition (null length means infinite line), which will then
* be used to create a line with `new Path.Line(line)…
-
```
today by discussing issue 249 (wormsxulla and me) we recognized that
currently we can't use intersections of polylines. If two polylines are
overlapping they are always two polylines and the inter…
-
```
today by discussing issue 249 (wormsxulla and me) we recognized that
currently we can't use intersections of polylines. If two polylines are
overlapping they are always two polylines and the inter…
-
```
today by discussing issue 249 (wormsxulla and me) we recognized that
currently we can't use intersections of polylines. If two polylines are
overlapping they are always two polylines and the inter…
-
```
today by discussing issue 249 (wormsxulla and me) we recognized that
currently we can't use intersections of polylines. If two polylines are
overlapping they are always two polylines and the inter…