Vechro
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.  ```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. 
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.