Ralph Thomas
Ralph Thomas
I noticed (a few months ago, when last I worked on this!) a regression in the "Same Name" animation test. I've made that test into a unit test as well...
The midpoint diff should be a bit more visible when it gets rendered -- I changed the midpoint time we sample to get something that was more "middle" than before,...
@johnoneil It looks like the PNG spec and the WebP spec both mandate non-premultiplied alpha. So I think DC is doing the right thing, and so long as we use...
Ok, I found this node, and it's a vector network with mixed fills. To render this correctly, we need to add support for the `fillOverrideTable` and `overrideID` properties of vectors:...
#792 has some discussion on splitting up layout properties.
Also worth thinking about how tokens fit in, if we revisit ViewStyle.
@FruitSnack1 I think this could also be caused by components referenced from the layers being in other documents. In that case, DesignCompose fetches the referenced documents and also processes those...
Ok, excellent. Are you using Figma's Design Library feature? We're wondering if we should restrict recursive doc fetching only to situations where a Design Library is in use (which would...
Valid workaround for this issue is to avoid referencing one doc from another, so lowering the priority.
@MarcFerrerMargarit a very very limited initial implementation of animations if you enable the "squoosh" implementation (this regresses other features like content replacement and lists & grids, which is why it's...