Questions tagged [paperjs]

Paper.js is an open source JavaScript vector graphics scripting framework.

Paper.js is an open source vector graphics scripting framework that runs on top of the HTML5 Canvas. It offers a clean Scene Graph / Document Object Model and a lot of powerful functionality to create and work with vector graphics and bezier curves, all neatly wrapped up in a well designed, consistent and clean programming interface.

http://paperjs.org/about/

798 questions
-3
votes
2 answers

How can I draw a 2d diamond with paper.js

I want to draw a diamond using paper.js. The shape and colors of the diamond should change randomly everytime I re-run the function. How do i go about this task
Citrudev
  • 63
  • 1
  • 6
-3
votes
1 answer

Can't create multiple canvas with paperJS?

I'm trying in Angular 2 to make few Components with metaballs from paper.js. He draw circles but on second canvas circles without connections between.... Help please.. Not only that, I could not even make 2 canvases in pure…
-3
votes
1 answer

How canvas make responsive using pathData method in paperJs?

Method A:- I have imported a SVG object in a document, when we re-size window the SVG will re-size respectively [Check the demo]. Method B:- But the same object I have imported as pathData method in paperJs and re-size the window the canvas object…
Krish
  • 1,884
  • 2
  • 16
  • 40
1 2 3
53
54