Ole Kröger
Ole Kröger
The idea was to be able to use this for all polygons such that the user can write something like the space filling curve in #218 by simply using line...
Hi Adam, thanks for joining the community. We actually have `ImageIO` as a dependency but we might need to do something else there. I'll try to test this on my...
Unfortunately I'm not able to reproduce this issue. I tried it in a new environment, in the latest Julia version where I don't have ImageIO installed. **Do you mind giving...
Oh okay I would have expected other problems when you use `using Luxor` and `using Javis` at the same time. Javis does export the same functions as Luxor for you...
That's great to hear. We might want to state that in the documentation as well then so I'll leave the issue open for now. Yes Javis is a superpackage of...
I think it's a drawback yes but I think that the other way around would be even harder as we would still need to have the same functionality. I'm not...
This is more or less described in https://github.com/Wikunia/Javis.jl/issues/38#issuecomment-674516364
How about letting `act!` return the global frames and have a `@GFrames` macro. I would also not call it something with `prev_` when an object or action is defined specifically
Hey, it's currently not planned in the near future but might be added when https://github.com/cormullion/Thebes.jl is improving further
Best is probably to return the origin by default as in general it makes sense to draw at the origin and then translate it later. So if no return is...