Skip to content

component_transfer: split FuncA, FuncR, FuncG, FuncB nodes.

Paolo Borelli requested to merge pborelli/librsvg:comp-transfer into master

Use a macro to generate the four variants. Each one implements the ComponentTransferFunc trait.

One more step toward the goal of having a biunivocal relation between node structs and node types.

Merge request reports