rough icon indicating copy to clipboard operation
rough copied to clipboard

Create graphics with a hand-drawn, sketchy, appearance

Results 43 rough issues
Sort by recently updated
recently updated
newest added

Hi! We're using rough.js for our application. We're facing issues with rendering path-based shapes due to [the fill rule update](https://github.com/rough-stuff/rough/pull/195). Would be very helpful to pass a certain fill rule...

Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

I'm trying to add a Sketchy Rough collection to Pencil. This is a box example: ![example](https://user-images.githubusercontent.com/19871649/178950584-a8ea73fb-7831-49a2-899b-d863915f3755.gif) You can see Pencil is able to drag only over SVG paths. Do you...

Hello, I'm working on a project for science communication about Antarctica. I found rough.js really perfect for the different drawings ([https://observablehq.com/@jbaba/antarctica-elevation](https://observablehq.com/@jbaba/antarctica-elevation)). These drawings will be part of a scrollytelling where...

Was this intentional or an unsolved bug? I solved the issue, if you want the fix I'll make a PR.

Currently, strokes are centered in relation to the shape's outline, which results in two problems: 1) if the stroke has non-100% opacity, the stroke is visibly different when it covers...

I (like a lot of other people) use mermaid for source controlling diagrams. I would love to see if there is a way to render rough (style) diagrams from mermaid...

Cross hatch style sketchy linear gradient. ![image](https://user-images.githubusercontent.com/2690844/160063391-4e7210c3-543c-433b-90ce-02a454a3e94c.png) This is the sketch style shading, currently we can look at linear gradients only which will just utilise hatching at different angles to...

import rough from "roughjs/bundled/rough.esm" ![image](https://user-images.githubusercontent.com/26655111/133280224-7f0fc619-7d0f-42b4-a59f-ba0c4522ea67.png) import rough from "roughjs/bin/rough" ![image](https://user-images.githubusercontent.com/26655111/133280461-2148c598-2cf5-4b02-8884-da0879ade3f2.png) I need some help, thanks