Jorge Cabiedes

Results 7 comments of Jorge Cabiedes

@hoxyq Added the flag to `webpack.config.js` instead of `webpack.backend.js` because for some reason the variable would not be recognized in `renderer.js` unless set on `webpack.config.js`

> Or were you thinking that we want to use lint mode anyway to test that the file doesn't error? Yeah, that's why I also changed the files that don't...

> However, I was able to get working solution by adding a clip path to getOutline (already overridden in CompositeBackgroundDrawable) and setting setClipToOutline on View to true. What do you...

> Checking for a new trait - add a new ShadowNodeTrait that is set once in ViewShadowNode::initialize based on the clipPath property and read later. That would definitely be the...

> I decided to compute and store margin and padding for every LayoutMetrics. I think it is cheaper and cleaner than conditionally checking if clipPath is set. What is more,...

@intergalacticspacehighway I should mention that I'm starting to do work to implement the image features of background-image and potentially radial-gradient after so if you are interested in taking on radial-gradient...

> @jorge-cab That's amazing to hear, thanks for informing. i was thinking to pick radial gradients after finishing transition hint syntax with linear gradient. I can implement radial gradiant by...