Alrik Wendel

Results 16 issues of Alrik Wendel

Link to proposal repository: https://github.com/Awendel/css-pixel-density **BACKGROUND** Every year devices become higher and higher resolution (especially smartphones, most have very high dpi displays). At the same time the scope and scale...

css-transforms-2

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

enhancement :sparkles:

# css-pixel-density Proposal for a new CSS property "pixel-density". Link hosted repository: https://github.com/Awendel/css-pixel-density Link to CSS Drafts issue: https://github.com/w3c/csswg-drafts/issues/7848 ## Abstract Offer a way for a given layer to adjust...

I saw that the original library supports passing on a speed / compression strength option. It's mainly affects compression speed and has the classic tradeoff between compression strength and cpu...

Blocked! needs dependencies

One example where this library doesn't work well: have a Paragraph with some inline spans that have different styling (e.g. bold, different fontSize etc.) currently the library assumes styling is...

enhancement

As far as I understand the following thing would be very tricky to implement with the existing canvas API: - have a very long text that one wants to render...