Alrik Wendel
Alrik Wendel
I agree that it's a very complicated task if one was to aim for supporting all the different ways a shader could be used. The example with the decorator is...
Thanks for the nudge, seems like a great way to get started and run some experiments. I guess it's up to you as the maintainers to decide whether additional output...
**TEST CASE FILE** (use 4k or other high resolution display ideally) Here is a test case that shows the problem and why existing CSS properties cannot handle this case: https://jsfiddle.net/9wsry1g0/...
**USE CASE FOR INCREASING LAYER RESOLUTION** I have previously only outlined the use case for lowering the resolution of a layer to increase performance. Yet, there is also a compelling...
**REASONS WHY ADDING THE PROPERTY WOULD BE NET POSITIVE FOR WEB** - inline with new Houdini approach of exposing low level primitives to web developers which can be combined to...
I definitely believe this needs to be an author controlled property, since only the developer will know when animation / graphics content is about to be rendered. All implementations currently...
I created a public repository to summarise the spec for the proposed feature: https://github.com/Awendel/css-pixel-density Over time I will add more examples, edge cases + implementation details there. Feel free to...
https://github.com/penpot/penpot/issues/2492 offers a possible fix to this if we manage to get the CSS property into the web standard. Pixel-density could be lowered during an animation / zoom in and...
Sure sure, but all of that data can be quite easily string encoded in a pre-step. My suggested Pipeline: MAIN-THREAD • get HTML Elements (.outerHTML etc) • get Computed Style...
can confirm this is still an issue in the latest release. when using ts modules & preload it seems to search for sourcemap in directory relative to html file root,...