-
At the suggestion of @neveldo, I would like to discuss the future of Mapael.
There are two major evolution:
1. Get rid of jQuery dependency by switching to VanillaJS
2. Switch from Raphael to a…
-
Hi everyone,
sorry but I'm not an expert in Javascript and even in C#.
I just discovered JES I would like to ask if there anyway to use the library [PaperJs ](https://github.com/paperjs/paper.js)int…
-
Background
Currently, 3DuF only has the ability to create channels/connections that are straight or have sharp edges.
Goal
Add the drawing code in paperjs that can generate Paths using either th…
-
The library throws an error when computing the Union of these two paths:
M 572.559987828135,1413.760003894567 L 523.119988933206,1413.760003894567 L 572.559987828135,1413.760003894567
M 57…
-
I'm combining paperjs and matterjs and overlaying svg shapes, its all working fine except that each library treats centres differently. Im using the body.position.x / body.position.y to move the paper…
-
I am attempting to use the offset to subtract the stroke from a rectangle but am unable to do this. Are boolean operations available?
-
The following examples still need to be ported to JavaScript:
- [ ] [Shape/Scale Shape](https://processing.org/examples/scaleshape.html)
- [ ] [Shape/Shape Vertices](https://processing.org/examples/…
-
**Is your feature request related to a problem? Please describe.**
Boolean operations are a common, but computationally expensive and mathematically complicated operations in vector drawing suites.
…
-
Hi
here I am again with my multiple canvases. Take a look at this snippet:
``` javascript
var scope = new paper.PaperScope();
scope.setup($("#canvas1")[0]);
var rect = new scope.Path.Re…
-
I found some issues for moving position of Group and Path.
### Problem of `center` and `point` prop on Group and Path component
both prop perfectly work for shaped paths, like Circle, Rectangle ..…