-
```
What steps will reproduce the problem?
1. Go to "Gallery" in main menu
2. Select "Add Gallery / Images"
3. Select an existing gallery
4. Upload a new file with umlaut in file name (e.g. töst.png) …
-
I rendered the diagram using the SVG output. Unfortunately it references the png icons, so it will not display correctly without AzViz module installed. The possible solution to solve the problem, is …
-
Currently, the QR code just encodes a claim URL.
But, QR codes can include more data, like the title of the badge to be claimed and maybe some details about the issuer. Look into expanding the field…
-
**Describe the bug**
Fetching larger images with responseType 'blob' results in inconsistent base64 encoding between iOS and Android.
iOS: encoded string is just one line
Android: encoded string is…
-
```
What steps will reproduce the problem?
var imageSnap:ImageSnapshot = ImageSnapshot.captureImage(barChart, 72, new
PNGEncoder());
var i64:String = ImageSnapshot.encodeImageAsBase64(imageSnap);
var…
-
```
What steps will reproduce the problem?
var imageSnap:ImageSnapshot = ImageSnapshot.captureImage(barChart, 72, new
PNGEncoder());
var i64:String = ImageSnapshot.encodeImageAsBase64(imageSnap);
var…
-
```
What steps will reproduce the problem?
var imageSnap:ImageSnapshot = ImageSnapshot.captureImage(barChart, 72, new
PNGEncoder());
var i64:String = ImageSnapshot.encodeImageAsBase64(imageSnap);
var…
-
```
What steps will reproduce the problem?
var imageSnap:ImageSnapshot = ImageSnapshot.captureImage(barChart, 72, new
PNGEncoder());
var i64:String = ImageSnapshot.encodeImageAsBase64(imageSnap);
var…
-
### Search first
- [X] I searched and no similar issues were found
### What Happened?
When pasting larger images (e.g. 1200x600 pixels) in the base64 format (e.g. from websites) into Logseq, …
-
I'm currently working on writing a wrapper for lunasvg in Swift for use on Apple platforms. One of my primary uses for this will be rendering badges from [shields.io](https://shields.io/). I've manage…