imatwork

Results 2 comments of imatwork

Looks like you'd have to: * Carry `node` through the `@react-pdf/layout` -> `@react-pdf/stylesheet` boundary [here](https://github.com/diegomura/react-pdf/blob/e94e50a931df7347a8febc717ca76843502826c8/packages/layout/src/steps/resolveStyles.js#L27). Currently computing the style resolution for transform doesn't get any information about the node to...

I believe cascading SVG color is normally done with `fill="currentColor"`, which is something that would be nice to support. I actually need this feature in my current project but just...