Jacek Wieczorek

Results 27 comments of 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. ![selection_001](https://cloud.githubusercontent.com/assets/6173262/20192214/3f89f474-a789-11e6-8e67-3baeadd7e1c8.png) 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. ![image](https://cloud.githubusercontent.com/assets/6173262/20192921/30c3f69e-a78c-11e6-895d-948b151183a1.png). 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.