Matthias C. Hormann
Matthias C. Hormann
> If you're specifically concerned with sdcv in combination with KOReader, you should use sametypesequence=h. Do you have a sample of one of these hr types somewhere? What is sdcv?...
@Frenzie: Thanks for being so helpful! Guess we keep on testing, since SVG for formulae would really be a killer feature. @lasconic: Looks like a tightrope walk between functionality and...
I _think_—but @lasconic has done all the testing—what we might need is: - `base64` encoding for Kobo `dicthtml`, since `file:///` and `dict:///` usually fail one way or the other. -...
Here’s a quick-n-dirty test I hacked together (generate no-fonts SVG from LaTeX math): [svg-test.zip](https://github.com/BoboTiG/ebook-reader-dict/files/7993872/svg-test.zip) Result:  `fill` works, too (here in the SVG, due to GH restraints):  Formula stolen...
@Frenzie Don’t know, but I see _many_ tools coming up with such negative values. Maybe done to generate something that better stays on a text line? Just wild assumptions. But...
Phew, that’s a show stopper! Why do we always have to cope with quirks, old software, and incompatibilites? _Sigh…_
@ilius For debugging, is it easily possible to keep the `xx.raw.html` files produced in dicthtml generation? Or aren’t they anymore produced?
Here is a quick one for you I just generated for testing. Try "Normalverteilung" or such. [dicthtml-de-de-svg.zip](https://kaufen-ist-toll.de/download/e-reader/dicthtml-de-de-svg.zip)
Thanks! Didn’t even know I had zcat and zless, cool!
> * Export `data:image/svg+xml;charset=utf8,{urllib.parse.quote(raw_svg)}` for Kobo dictionary format. It will result in clean SVG for kobo users I wonder if it’s possible to use CSS on these, like in: ```css...