-
I came across a situation where I wanted to save very small and simple SVG images inline in the CSS, e.g.
``` css
div {
background-image: url('data:image/svg+xml;utf8,');
}
```
YUICompressor will…
-
For animations made using the vector layer, it would be convenient to add an option to export them in SVG format. It has the following advantages:
- It is an open standard for vector graphics
- OpenTo…
-
The JS examples on uploading a file aren't coherent, and they don't provide a clue for the most important use case (which is uploading local files)
the upload example gives a way to upload a simple i…
3aluw updated
1 month ago
-
### Clear and concise description of the problem
Namespace attributes (`xmlns` and `xmlns:xlink`) are not needed for SVGs that are inlined in `text/html` documents, so they are just adding unnecess…
-
-
Recommended for PC 1.2.0.
All symbols must be reviewed and updated to remove inline CSS styling (not allowed by SVG Tiny 1.2), update the symbol metadata, and ensure conformance with updated SVG sc…
-
I recently created a Sequence Diagram where I needed to track the number of sequences. In one of my blocks I had more than 10 indexes, so, I had to integrate your DefineCallOut function inline with th…
-
I believe cssnano in webpack.config.js is causing major build slowdown.
After investigation on my side, I noticed that my build time went down to 3seconds from 17seconds by replacing cssnano with pos…
-
## Issue description
In my nix shell I get
```
Error: ./configure failed with return code 1. required CBLAS library not found. See .Lorenz_modelcf026bd3d5ff/build_assert_openmp_sm_30/configure.…
-
### Description
When navigating any of the existing Bonsai websites in dark mode on Webkit browsers, none of the SVGs are responding to the @media (prefers-color-scheme: dark) value. Most clearly vis…