You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussions related to the Paper.js vector graphics scripting framework.
|
|
|
Raster and Paths on top, Raster disappearing on view.draw()
|
| |
Hello We're trying to draw a Raster with ImageData content and then some Paths on top, before calling view.draw() only the Raster is visible, afterwards the Raster disappears and only the paths are visible. Is it possible to have some Paper Item with ImageData content which gets redrawn when view.draw()... more »
|
|
ctor
|
| |
What's the value of your xPos / yPos? It could be NaN, which would explain why it's not showing up. _x / _y in the Point object is NaN after all. The rest you can probably ignore, as it's just your browser trying (and failing) to make sense out of the object's constructor.
...
...
|
|
NodeJS create Raster with DataURL - name too long error
|
| |
Tried to open a new Issue with this but GitHub just reloads the same new issue page when I click submit with no error message. It might not like the huge data URL or GitHub may just be derping out at the moment... I just copied and pasted it here as you can see the GitHub code markdown :)
(In case it matters, this is the image that I'm using for my tests:... more »
|
|
Subscript and superscript
|
| |
hi!
Is it possible to have subscript/superscript text in PointText item? Like html <sub>some text</sub> tag or something.
Regards,
Tomaž
|
|
how to handle drag and pinch gesture in iOS
|
| |
I made a paperscript that handles onMouseDrag() event. When I use it with Safari on iPhone, there is a problem: Safari's pinch/scroll gestures doesn't work inside the script if it implements the drag event. So if the user zooms the script to full screen, she can not zoom out or scroll out. The browser viewport gets stuck !... more »
|
|
having problem with closePath() (beginner)
|
| |
I'm trying to give some simple shapes I'm drawing with paperjs a hand-sketched look. There are a couple techniques I am using to achieve this. One of them is to start with a simple shape, say a circle, and then draw a second path on top of the shape with a much thinner stroke where each one of the points of the second path is just slightly offset in... more »
|
|
Understanding path/segment/item data structure
|
| |
I am working on a prototype which involves interactive drawing and editing of paths. I'm slowly getting things to work and having some real fun, but I am still having some difficulty understanding how to navigate some of the basic data structures. Here is a sketch of a path consisting of three straight lines:... more »
|
|
Item position on group translation
|
| |
Hello, so first, thanks to work on paper.js, it is an awesome library ! :) I'm quite new to paper.js, so this is maybe a noob question... I'm trying to make a game with paper.js. I have a map, which is a collection of paper.Path.Hexagon. I had thoses hexagons to a Group to move them together. Here is a piece of code :... more »
|
|
interactive drawing and saving
|
| |
i am wishing to make a drawing package with paper.js specific for engineering. i dont knwo if some of this is true or not from my searches on line, so can someone let me know if some of these things work, are planned etc. i can add the missing features and push to the git tree. 1. Can you interactively draw with paper js ?... more »
|
|
|