diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /211/index.md |
Diffstat (limited to '211/index.md')
-rw-r--r-- | 211/index.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/211/index.md b/211/index.md new file mode 100644 index 0000000..8665036 --- /dev/null +++ b/211/index.md @@ -0,0 +1,38 @@ +Title: Add primitive SVG support +Author: rodarima +Created: Sun, 30 Jun 2024 15:13:13 +0000 +State: closed + +Adds primitive SVG suport by using a modified nanosvg library that can render Wikipedia equations. Many other features of the SVG standard are not implemented. + +The idea is to provide a self-contained small implementation for SVG which can later be optionally replaced by a more complete implementation. + +The initial version was taken from the mobilized fork: https://www.toomanyatoms.com/software/mobilized_dillo.html + +Increases the floppy occupation from 87% to 89%. + +--%-- +From: rodarima +Date: Sun, 07 Jul 2024 09:29:28 +0000 + +Cannot render equations that use `<symbol>`: https://mathworld.wolfram.com/images/equations/FourierTransform/NumberedEquation10.svg + +--%-- +From: rodarima +Date: Sun, 07 Jul 2024 19:09:43 +0000 + +Added primitive support for symbols too. + +--%-- +From: rodarima +Date: Sun, 14 Jul 2024 15:16:57 +0000 + +PEC badges in SVG are broken too: https://dillo-browser.github.io/pec/ + +--%-- +From: rodarima +Date: Sun, 14 Jul 2024 15:34:44 +0000 + +> PEC badges in SVG are broken too: https://dillo-browser.github.io/pec/ + +This can be "solved" by converting the SVG to paths, which is enough for now.
\ No newline at end of file |