Vechro

Results 8 comments of Vechro

I'll include a more thorough test case that puts more emphasis on correct transparency. Ideally in this screenshot every quadrant would have 2 pairs of identical shapes. ![image](https://user-images.githubusercontent.com/6316604/177167853-0232e323-9842-484a-9624-5c6c078c89c9.png) ```kt import...

I think we still don't have the Module.md files everywhere. Those would be nice.

Yeah the trickiest part with Dokka is applying its settings to all subprojects. I think I figured it out in #347 but I never managed to get it to apply...

The example code indeed now works fine, although trying to draw small circles with a `strokeWeight` of say `10.0` still produces odd behavior. Possibly due to the subdivision code. ![image](https://user-images.githubusercontent.com/6316604/99186186-56648b80-2757-11eb-8884-f93a2f461f6a.png)

Closing this due to it being somewhat of an inane request. ~~Especially since one can't achieve something like this in SVG either.~~ Edit: Apparently that's not entirely true.

I recently discovered that this is actually covered in the [SVG spec (Tiny 1.2 in this case)](https://www.w3.org/TR/SVGTiny12/implnote.html#PathElementImplementationNotes). They address the necessary prerequisites for it to happen and also provide a...

For further reference, Processing draws a `point(x, y);` as a square when `strokeCap(SQUARE);` has been set. https://processing.org/reference/point_.html

Maybe @edwinRNDR can answer that. I can mostly offer advice on the build scripts.