Sarah Groß
Sarah Groß
And yet again, half a year has passed...
I noticed the same thing... Without changing anything in the package's code (it obviously is a flaw that needs to be addressed, but the package doesn't currently seem actively maintained...),...
If it is indeed the image, any idea how to work around it? As there's no OCR functionality built into the library, it could simply discard images completely - but...
Is there at least a standardized structure of outputting SVG for color glyphs? I'd like to prevent implementing it one way and then having to refactor it once tests are...
> Not sure it answers your question, but nanoemoji can convert SVGs to various color-font formats: https://github.com/googlefonts/nanoemoji Thanks! We actually need to look at the other way round, SVG from...
I think there's a misunderstanding. The text rendering tests expect an SVG structure to compare if a glyph is rendered correctly. As there are no tests for color fonts (neither...
Thank you, I'll give that a try!
Hi @tovic, while this helps with the shortcut keys, the "exit.modal" hook doesn't seem to do the trick. When inserting a link, the change is still not being triggered and...
I had to rewrite the link modal handler anyway in order to add some extra functionality, so I ended up explicitly calling the `on:change` hook from within that callback, when...
> Having the same data in two disjunct structures is not so nice to handle. Yeah, that's a good point... We have this issue in other places as well I...