-
I'm generating svg code for some icons and using this library to dynamically convert them to png. Scaling works fine to a certain point but using smaller values beyond that point results in an image t…
-
**Current Behavior**
The current images used in the project are of heavy size, and many are in PNG format. This is causing performance issues, especially with page loading times. To improve performan…
-
Some of the Shutter icons are crisp and clear and some are blurred. Can you please tell me what I need to change (in the source code?) to fix this problem?
Cheers,
![Screenshot_2024-09-09_22-50-…
-
## Description
Gridmapper is an open source simple dungeon map making software written by Alex Schroeder. Currently, the code has a few bugs. Let’s rebuild it and make it better!
Original here: http…
-
What is the proper way to correctly prepare images for toolbaricons and imagecells for sharp and clear graphics?
I have all my graphics as svg so I'm able to generate best quality pngs at all sizes…
TomQv updated
4 years ago
-
The 128x128 icons STK use in many places are inadequate. The upscaling they require on high resolution screens make them visibly blurry, they don't have enough detail to look good.
Among the worst …
-
I have used this before and it's such a Time saver.
Do you think svg support it possible ?
There is a dart package that converts svg to a bitmap on pub.
So you could use that.
I have been us…
ghost updated
2 months ago
-
Some icons are quite low resolution and could be cleaned up, and it would be better to use fewer icon sets in general.
A way to import SVG as a component is being added (https://github.com/metaspac…
-
The pull request that removed some styling from the slice view controllers (https://github.com/Slicer/Slicer/pull/7219) introduced some cosmetic/usability issues:
- white-on-yellow text in the yellow…
-
Implement roughly the same button you did in our exercises. The spec is as follows:
## Spec:
- The button should take an async call back and run it on click. While running the callback, the button…