John George Francis

Results 19 comments of John George Francis

The workaround I am using as of now is to use either `llvmpipe` or the `zink` (if vulkan capable) driver . to use the software rasterizer `llvmpipe` start julia with...

i have access to a machine which has an older fireprow2100 . This card can be run by two drivers one is the `radeon` kernel module and the other is...

i'm a little confused , if `anim_translate` doesnt update the start position, and `anim_rotate_around(ang,p)` rotates around around point `p` relative to start position then `anim_rotate_around( 2\pi , O)` should rotate...

@Sov-trotter @Wikunia @gpucce @TheCedarPrince Ive added some more features , to align objects in variuos directions around a point. do take a look and let me know what improvments i...

P.R also adds ability to arrange around objects now ```julia using Javis video = Video(1000,1000) nframes=300 groundj = Background(1:nframes,(args...) -> begin background("black") sethue("white") end) objj1 = Object(1:nframes,(args...)-> begin sethue("yellow") box(O,100,100,:stroke)...

yes , i haven't documented how to use dvisvgm over the default , I'll add that. (the only hint to use dvisvgm ive added is in the warning when it...

digging a little more deeper into the fonts it seems to me the latex-dvisvgm way is alright mathjax imo seems to be enlarging the fonts ; maybe someone with more...

its not really mathjax's fault , it Javis scaling mathjax fonts the wrong way , look at the x glyph from mathjax font , its height is 425 ![fig](https://user-images.githubusercontent.com/58146965/153595974-f9c15d7d-0c6e-4c01-b3ba-60872ffaab6a.png) which...

@Wikunia , added an example gist in the PR :)

Thats a small bug ; line 208 in latex.jl (in latexbranch) should be `if !stat`; I'm leaving `cleanup` for the temp dirs and folders as `false` in a new commit....