You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Qt to converting all non-optimized SVG to Optimized SVG(Plain SVG) ?
The SVGs used for device icons and toolbar icons were optimized using the SVGO tool https://www.drupal.org/project/svgo The other SVGs need to be checked.
refactoring some svg file to looks good on dark theme.
This may require to have two sets of images: for light and dark theme. The most of device icons are rendered automatically. It is not clear how to render the icon for the dark theme. The simple color inversion will not work. Probably you need to provide an options for wire color, device color, etc for light and dark theme. This will require to refector the components, because the colors are hardcoded now.
some SVGs has white background some has transparent option in tools as shown below tool screenshot. I'll remove it, and adding white-background in code as workaround but yes changing color of text and wire for dark theme.
Hi @ra3xdh, I am currently working on to solve this feature request. Below are the tasks to be completed.
-style
parameter tolaunchTool
to ensure tools have the same style with the qucs-s. Add style selection #1125I think we can improve svg rendering and compatability with Qt to converting all non-optimized SVG to Optimized SVG(Plain SVG) ?
Thanks.
The text was updated successfully, but these errors were encountered: