mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
* Don't inherit SVG style properties from the environment. We don't want to inherit styles that affect SVG painting unless those styles also affect regular text rendering. This patch adds styles to the stylesheet so that every svg element in KaTeX output starts off with a known set of basic fill and stroke attributes. This should resolve issue #1088 * Default to stroke:none for <path> elements