stylii icon indicating copy to clipboard operation
stylii copied to clipboard

experiment in paper.js

Results 10 stylii issues
Sort by recently updated
recently updated
newest added

Hi, I use paperjs 0.9.25 in your example and I am not able to paste things. Do you know what I need to change so as it can work with...

Well, I did refrain from asking too many questions in the days that passed:) Until now. Having many items with a large segment count degrades performance a lot, as it...

var drawingArea = new paper.Path.Rectangle(new paper.Point(100, 100), materialWidth,materialHeight); drawingArea.strokeColor ='black'; //Lock the drawing area so it doesn't respond to hit events. Also excluded from the intersection test in editor.js drawingArea.locked=true;...

It would be lovely to have a switch that allows the Pen tool tip to snap to an invinsible grid(if close enough). If I were to implement something like that,...

If we start drawing a path with a quadratic (hold + drag), when we try to close the path (by naturally clicking on the first placed node, that node becomes...

One of the most important stuff i have going on in my Stylii fork is the ability of the user to add opacity to the paths. When i give opacity...

When the user clicks on a tool to activate it doesn't get activated instantly. Instead it is activated only when the mouse moves 1px in any direction or a keypress...

When trying to add a segment to a pre-existing path the console produces the error ''Segment is not defined''. I can't seem to grasp what is wrong, but i have...

Hi Miko, I would like to select the first element that was picked using the selection tool(either Shift+Click, or dragging a selection box). If it's Shift+Click its the first selected...

Hi, do you have a specific license for this repo?