v0.1.11
Merge request reports
Activity
it's mostly done anyway needs a code review and maybe a few additional constructors (e.g.
Colorwheel(::SimPlot)
,Colorwheel(::AxisLike)
etc.)Edited by Lukas Hupeah, and CairoMakie doesn't eat the EllipticalArcs
with a model matrixmight have to add an intermediate scene for transformationjust used
Circle
instead, which seems to work, I guess that gets decomposed cleverererEdited by Lukas Hupeadded an intermediate scene which has both advantages and disadvantages — the scene clip box is (-1, 1)×(-1, 1), so the outer bits of the outline are cut off. I've added some code that zooms out based on stroke width, but it's not adjusted properly for very wide strokes, there's still some cutoff left.
might go back to the model matrix thing, it's weird but I don't have to worry about clipping (because the blockscene covers the entire figure)
Edited by Lukas Hupe
mentioned in commit 4d28e272