[Webkit-unassigned] [Bug 251371] Webkit renders math formula in SVG format improperly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 15:15:32 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=251371

--- Comment #8 from hzcheng15 at icloud.com ---
(In reply to hzcheng15 from comment #7)
> (In reply to Said Abou-Hallawa from comment #5)
> > I am having difficulty reproducing this bug when visiting the links up on
> > macOS Ventura and ToT WebKit. It may happen only when upgrading from
> > Monterey to Ventura. My  Ventura was a clean install.
> 
> I'm using a machine with factory default Ventura

It's indeed a SVG issue, because I also tried mathajx and katex with options that turn the outputs to <span> and other elements, and they're all ok.

The only problematic configuration with mathjax is


    <script type="text/x-mathjax-config">
      MathJax.Hub.Config({
          extensions: ["tex2jax.js", "TeX/AMSmath.js"],
          jax: ["input/TeX", "output/SVG"],
      })
    </script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=default"></script>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230131/7cdce583/attachment.htm>


More information about the webkit-unassigned mailing list