paper.js-offsets
paper.js-offsets copied to clipboard
code to allow offsetting for paper.js
Hello! Thanks for the work you did in this library. Im trying to get this type of offset> I made that w illustrator my code is this> ``` let rrr...
Hello, can you share a simple example of working paper.js-offsets in html. I can't build a working version for several days.I think I'm doing something wrong but I can't figure...
Is there an option for stroke join type? Seems the default is rounded joins.
With the following test (app.ts/js); ``` var paper = require('paper-jsdom'); paper.setup([640, 480]); var toolbox = require('./ToolBox'); var offsett = require('./Offsetting'); //M45, 30c - 5, -10 30, -10 25, 0h5h5l -...