-
## 🐛 Bug
## To Reproduce
1. Execute the script below:
```
import napari
import numpy as np
from qtpy.QtCore import Qt
from qtpy.QtWidgets import QLabel, QSlider
data = np.zeros((10…
-
Is it possible to show and hide overlays as a whole? (created through var overlay = viewer.svgOverlay() ? )
I tried viewer.world.getItemAt(x).setOpacity and many other options without success.
A…
gmhud updated
3 months ago
-
I am really impressed by this project but I find the current API less helpful.
Hence, proposing a new way to iterate over the array elements or object entries.
Example:
```golang
data := []b…
-
As already discussed in https://github.com/hallvard/plantuml/issues/94 the current zoom in/out functionality is almost completely useless. I often share my screen and would love to be able to zoom in…
-
Japanese manga magazines use HTML/SVG-native `` elements with ``, inside of the `` of a fixed layout EPUBs. When loading the EPUBs into a web engine, this feature magically works, given a decent EPUB …
-
### Description
A few years ago we added custom icon support (https://github.com/brave/brave-core/commit/63b23efb43741287dcebbfa5e3613132460299ff) for PDFs and SVGs. This change was exclusively for W…
-
I guess the attachement viewer doesn't really support displaying SVGs, it still tries to though and just displays an empty space in the timeline and an empty fullscreen view.
Bubu updated
10 months ago
-
The default scaling for images is to smoothly scale. There is a CSS4 option `style='image-rendering:pixelated'` that works when viewing on Chrome, but not on PowerPoint (as of this writing). The alter…
-
### 🐛 Bug Report
When switching to 3D view in async, the viewer displays the already-loaded 2D array in 3D space before replacing the data with a real 3D node, asynchronously. Before the full 3D te…
-
Support the display of [polyhedral nets](https://en.wikipedia.org/wiki/Net_(polyhedron)).
Initially, we'd just want a toggle somewhere in the Viewer that lets the user switch between the net and th…