-
# TLDR PatterFly designers and developers are in need of SVG theming support. Currently, many in the field are unaware of best practices for SVG theme integration and configuration.
## Update: 11/25…
-
# Bug Report
## Prerequisites
* [ ] Can you reproduce the problem on TYPO3 v11.5 LTS
* [x] Can you reproduce the problem on TYPO3 v12.4 LTS
* [x] Did you [perform a cursory search](https://git…
-
### Reproduction link
[https://ant.design/components/input](https://ant.design/components/input)
### Steps to reproduce
Open https://ant.design/components/input, and take a look at the in he…
-
The lastest version of notebook does not put the svg output in img attribute and cannot be copied or downloaded directly.
Similar issue: https://github.com/jupyterlab/jupyterlab/issues/4022
but j…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues).
### Prere…
-
Hey @jamesmartin, thanks for the great library.
This might seem very niche, but there might be times when you want an inline SVG's content as a data url. For example, if you want to use it in CSS:
…
-
I'm trying to add mermaid charts to my site, but neither [remark-mermaidjs](https://github.com/remcohaszing/remark-mermaidjs?tab=readme-ov-file) or [rehype-mermaid](https://github.com/remcohaszing/reh…
-
Inline SVGs generated by LaTeXML do not have a `@viewBox` attribute, which makes it virtually impossible to resize them from CSS (e.g. setting `max-width: 100%` to ensure that the image fits cannot wo…
-
I'm having trouble getting inline SVG working:
```go
vecty.Tag(
"svg",
vecty.Markup(
vecty.Namespace("http://www.w3.org/2000/svg"),
vecty.Attribute("width", "14"),
vecty.Attribute("he…
-
run svgs through svgo pipeline and add an example on how to inline them with hugo templates.