hustf
hustf
How does one change Window's default behaviour of opening Edge when it gets an svg? That is what happens when running from the REPL too. It does not happen when...
Keeping this alive... With Luxor release 2.11.0, we have recording surfaces and snapshots. There's now more motivation to start the groundwork for boundless surfaces in Cairo. I'm dreaming of using...
Just to let you know I saw the comment, and will provide an example at first opportunity. I also need a little time to remember the details here.
I made an [example repo](https://github.com/hustf/infinite_source) with the kind of scripting workflow I'm describing. [issue150.jl](https://github.com/hustf/infinite_source/blob/main/issue150.jl) contains some functions documented with examples. ``` include("issue150.jl") ``` Paste from ?snap: ``` Drawing(NaN, NaN, :rec)...
As per oheil's questions: A boundless recording surface is created with `Drawing(NaN, NaN, :rec)`. If the pull request linked above is merged into Cairo.jl, we won't need to keep track...
I also find that serve() works locally, but online rendering with optimize doesn't work in the same way with my local katex functions. Making an alternative installation and operative system...
Thank you for the tip. I retried that, but though I struggle with prerendering and NodeJS, that's less important in my case. I have a quite fragile setup for rendering...
Done. The output can be confusing due to ad-hoc debug code from my parts, but the julia run ends like this: ``` → Use Pkg.activate() to go back to your...
1) That is certainly a solution for some cases. About which, see 2). Potential disadvantages would be felt on the rendering side, hence not necessarily our problem. The svg specification...
> Doubts? Resistance? Fears? Some oversight? There is this: [PR356](https://github.com/JuliaGraphics/Cairo.jl/pull/356) / [issue 355](https://github.com/JuliaGraphics/Cairo.jl/issues/355), should they choose to accept it, would become rather useless with this change, as it would return...