Jens Axel Søgaard

Results 201 comments of Jens Axel Søgaard

Wrt to "pulsing" or "danching": I am slowly coming to the realization that animation and alignment doesn't mix that well - and it answer might is "don't use alignment with...

@bdeket If you are looking for way to write some randomized tests, here are some ideas. For a real nummer kappa, the following holds [1]: ![image](https://user-images.githubusercontent.com/461765/86511559-b6871080-bdfa-11ea-8db0-06c73bdd959a.png) This can be used...

Really nice diagrams. Your comments about using Wolfram Alpha to compute test values made be resurrect some old code that talks to Maxima. Now Maxima is not as precise as...

If you need more digits from Maxima, I have just found out how to activate bigfloats: ``` (%i7) fpprec:32; (%o7) 32 (%i8) bfloat(gamma(1+%i)); (%o8) 4.980156681183560427136911174622b-1 - 1.5494982830181068512495513048389b-1 %i ```

@bdeket @pavpanchekha Ping.

An obversation - made after I wrote the guess below: The rotate? flag in `do-text` is set to `(and draw-mode (not (zero? angle)))`. But what if a rotation has been...

You are right, using `#t` as the `combine?` flag for `draw-text` didn't help.

@lexi-lambda You have looked at fonts and text rendering recently. Have you spotted something that explains the behaviour in the video? /Jens Axel

Hi @lexi-lambda Thanks for the very thorough answer. I am currently using `draw-text` to implement `text` [1] in Sketching. The `text` function optionally accepts a rectangle to draw the text...

The first color 100 149 237 matches https://en.wikipedia.org/wiki/Cornflower_blue However it seems multiple colors go under "cornflower blue". Open this pages and search for "cornfl" . That said, I think the...