0x13b

Results 7 comments of 0x13b

I found that `utils.tex_file_writing.tex_to_svg_file(...)` generates *identical* `svg` files for both of the tex strings `A ^n _1` (no.1) and `A _1 ^n` (no.2). Therefore, for the both `MathTex` objects, the...

UPD: same `.dvi` files are produced after compilation of *tex* files by `latex`. So the order is lost during latex compilation. I think, `dvi` should not care about the order...

**No general solution seems to be feasible.** I think we cannot do anything to guarantee the same order of latex-compiled `dvi` file elements and `MathTex` submobjects. **Any warning to Docs?**...

The ownPositionMarker is a simple marker with a special id. When not provided explicitly, this id seems to be generated randomly, which results in ownPositionMarker being duplicated every time we...

I upgraded my project from rn0.68 to rn0.78 along with rneui upgrade and have same issue.

Hi guys. I reproduced the issue using either Xiaomi POCO C61 (real device) and Samsung A13 (via Samsung test lab). While crashing on these two devices, the release version of...

After `self.play(Transform(graph1, graph2))` you see `graph1` left on the screen with 4 dots dots and 2 lines as submobjects. It's rather strange to see. Just print `graph1.submobjects` out. Using `ReplacementTransform`...