forked from katzen-cafe/iowo
svg-filters: add nice abstractions for component transfer
This commit is contained in:
parent
9727ef82ca
commit
9ae8c2fbd3
4 changed files with 135 additions and 14 deletions
|
@ -60,7 +60,7 @@ impl WriteElement for ComponentTransfer {
|
|||
}
|
||||
|
||||
/// [transfer functions](https://www.w3.org/TR/SVG11/filters.html#transferFuncElements)
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub enum TransferFn {
|
||||
Identity,
|
||||
Table {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue