-
```
Implement undo/redo functioniality.
A first version must only support undo.
Very important is to consider performance impact.
```
Original issue reported on code.google.com by `NicoPete...@gmai…
-
```
Implement undo/redo functioniality.
A first version must only support undo.
Very important is to consider performance impact.
```
Original issue reported on code.google.com by `NicoPete...@gmai…
-
```
item/Item.js:69
layer = project.activeLayer;
^
TypeError: Cannot read property 'activeLayer' of null
at Path.Item…
-
This simple code of importJSON simply doen'y work in IE
paper.project.activeLayer.importJSON('["Layer",{"name":"groundLayer"}]'), working fine in chrome
-
JSONModelArray.m add following code
- (void)removeObjectAtIndex:(NSUInteger)index
{
[_storage removeObjectAtIndex:index];
}
it is resolved!
-
I'm serializing the project to json but it's ignoring any changes to the item / svg position. Ex:
```
var item = paper.project.importSVG(svg);
item.position = new paper.Point(1000, 500);
var json = …
-
https://groups.google.com/forum/#!topic/paperjs/GT8JPbvxFrc
lehni updated
10 years ago
-
I am using some PostgreSQL methods to generate some bits of json that I'd like to compose with objects.
Right now I can do something like:
```
require 'oj'
json = %|
{
"some": "json",
"mi…
kuon updated
10 years ago
-
Using project.importJSON() on a NodeJS paper instance doesn't do anything (the project object doesn't change after calling the function) whereas it works well on the clientside paper instance on the s…
-
Why is this happening?