Age | Commit message (Collapse) | Author |
|
See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/thread/L3FFAINJJMIOZQNID5HC2DHKJIIIHEYH/
|
|
nsvg__isspace uses strchr on a NUL terminated string, so it returns
true for the NUL terminator. Other uses of nsvg__isspace account for
this by checking for NUL first; I've followed the same pattern here.
Fixes: https://github.com/memononen/nanosvg/issues/241
See: https://github.com/memononen/nanosvg/pull/262
|
|
Reviewed-by: dogma
|
|
The currentColor special value for the fill and stroke attributes allows
an image to follow the same foreground color of the surounding text.
|
|
Until we have a way to enable or disable messages, we shouldn't pollute
the output log. These may as well be better suited for a bug-like
window.
|
|
These are used by Wolfram equations, example:
https://mathworld.wolfram.com/images/equations/FourierTransform/Inline7.svg
https://mathworld.wolfram.com/FourierTransform.html
|
|
|
|
Allows Dillo to render Wikipedia math equations.
|
|
Uses the nanosvg library to add SVG support.
See: https://www.toomanyatoms.com/software/mobilized_dillo.html
Authored-By: dogma
|