-
https://github.com/jenstornell/kirby-html-minifier/issues/5
I use this for a plugin in Kirby CMS. Inline svg seems to fail.
-
## Description
Would it be possible to support inline svg within the html of the Media Box? What is fantastic about this extension is the ability to use variables within the html, allowing text tha…
-
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…
-
example: https://dps8m.gitlab.io/blog/posts/20240115_Blog/
old TLS1.2-hacked netscape9 renders page while retrozilla doesn't.
-
File svg/svgattributes.h is missing `#include `, fixes std::list.
File svg/bithacks.h is missing `#include `, fixes std::tolower.
File svg/maths.h `namespace waavs` `static INLINE` needs to be conve…
stuta updated
2 months ago
-
I use make4ht for generating svg equations to inject into my html page paragraphs but it is always vertically align bottom to bottom. I need to calculate and give a vertical padding to align it into p…
-
**Note: The goal of this ticket is to allow the `svg` macro to be used for [inline images](https://docs.asciidoctor.org/asciidoc/latest/macros/images/#inline-image-macro). This is not to be confused w…
-
Parser error due to inline `` containing `` tag, but it is a valid HTML
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/g
```
ERROR: Parse error occured when formatting document
> Syn…
-
Hello,
in my vinxi project I have imported an svg using following code:
```ts
import linesFull from "~/assets/lines/linesFull.svg?url";
```
I need the `?url`, because instead vite resolves this…
-
### What problem does this address?
A user asked if it would be possible to change the way SVG icons are displayed so they can be easily styled with CSS. I'll add his suggestion below.
Aft…