Jacek Wieczorek
Jacek Wieczorek
I meant to say, script for rescaling the new symbols themselves :) So, what about this? - Create SVG file with symbol alone - Run script to rescale symbol to...
Ok, so I made a prototype... This is how it works: - Create single 16x16 symbol, and then optimize it (I used `svgo` because `svgclean` was removing my titled group,...
@leoheck Alright, we're done with application icons (https://github.com/numixproject/numix-core/pull/3424). :tada: As I told you before, I can help you with mimetype icons too. Currently I have much work to do, but...
I made a really quick draft of icon that can be used for `x-pcbnew-pcb` mimetype. I think we should head in that direction.  The track itself probably should be...
Yeah, that looks better. I'll try to adjust pads size and track width, to make it look lighter. . Thanks for the information. I can see that background color somewhat...
Sounds good. What about schematic, and Kicad project mimetype then?
Sorry if this is off-topic, but rounded borders can be achieved at compositor level by sampling the original border and adding fillets in the window corners. I've implemented a proof-of-concept...
@WojciechPtas you can now clean warnings in `hdl` and add `RUSTFLAGS="--deny warnings"` env var in the CI
By the way the `ext()` error could also contain information about the argument and destination widths.
We should also grep for failing assertions and treat them as errors too.