-
As reported by Eskel on the mailing list:
I'm trying to run something like an onFrame animation (requestAnimationFrame cycle) and once it's done, stop it. Then run another and also stop it once it's …
lehni updated
10 years ago
-
I imagine this is a known issue, but I can't find any specific support information. Are there any plans to address or existing workarounds?
Cheers! :-)
More Info
- Canvas Pixellated on iOS Retina di…
-
Path does not scale properly either with
```
paper.project.activeLayer.scale(scale)
```
or with
```
paper.project.activeLayer.transform(scale, 0, 0, scale, 0, 0)
```
The problem is - the size of t…
-
This works:
``` html
var root = 'vendor/paper/';
```
This doesn't:
``` html
```
-
Many of the "injected?" methods doesn't work on iOS7 Safari.
![screen shot 2013-10-08 at 7 44 03 pm](https://f.cloud.github.com/assets/980896/1291397/0b070abe-3042-11e3-90dd-d5f1c6c5b57f.png)
The pr…
-
It would be nice to have paper.js (http://paperjs.org/) as a default library in the dropdown list.
Pomax updated
11 years ago
-
I'd like to be able to do this: Initialize the global project, and add 1 or more canvases to it. It looks like your are working toward this with views, but I can't see easily how to either initializ…
-
It would be great to have paper.js available as a Bower component. Bower is essentially a package manager for the web (what npm is for node.js).
All you need to do is to add a component.json file whi…
-
As reported by Евгений Хорев on the mailing list:
> When for existing path I do
>
> ```
> path.segments[0].point = p0;
> path.segments[0].handleOut = {angle: alpha, length: l};
> ```
>
> it works a…
lehni updated
11 years ago
-
The new dashed line implementation in KineticJS 4.2.0 only works in Google Chrome.
While I know that this is documented in the Change Log, is it possible to shim support for dashed lines in Safari, M…