-
Would be useful to certain use cases to tell items to render at whole pixels to remove anti-aliasing.
They could still be allowed to have decimal bounds internally to maintain the spatial relationshi…
-
First I wanted to point out that documentation is pretty unorganized on the site. It makes it extremely difficult to learn how PaperJS works and everything it has to offer. Hopefully sometime in the f…
-
Is there a reason we don't updated the dist folder except for releases?
It would be useful for those using package management tools like bower that may need to point at a specific commit version befo…
-
It appears that RoboPaint is unable to access the serial port under MacOS X 10.11.
Tested on RoboPaint 0.9.5, 0.9.6.
Here are some links that may touch on related issues:
https://forum.pjrc.com/thr…
oskay updated
8 years ago
-
Would be great to expose boolean methods (AND, OR, NOT, XOR, ...) like you describe in http://pomax.github.io/bezierinfo/.
-
I am trying to scale down the size of the canvas & it's contents nicely for smaller viewport devices.
I am detecting the viewport size and setting the height & width attributes on the canvas with Jav…
-
So it seems that recently you have removed the `paper-node.js` build file and replaced it with automatic detection of whether the window exists. (on `prebuilt/module` at least, not sure if real releas…
-
When I define a Symbol/item like this
```
new paper.Symbol(
new paper.Shape.Circle({
center: [0, 0],
radius: 5,
fillColor: 'lime',
strokeColor: 'green',
…
-
Hi. I wanted to let you know how I used Paper.js in an application i bet the developers never expected. I am using paper.js to parse Image data raster, to GCode to drive laser engravers runnig on…
ghost updated
8 years ago
-