We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2e463 commit c02f095Copy full SHA for c02f095
1 file changed
src/blend_mode.rs
@@ -126,6 +126,7 @@ impl BlendMode {
126
"addition" => Some(Self::Addition),
127
"color" => Some(Self::Color),
128
"colorBurn" | "color_burn" | "color-burn" => Some(Self::ColorBurn),
129
+ "colorDodge" | "color_dodge" | "color-dodge" => Some(Self::ColorDodge),
130
"darken" => Some(Self::Darken),
131
"destinationIn" | "destination_in" | "destination-in" => Some(Self::DestinationIn),
132
"destinationOut" | "destination_out" | "destination-out" => Some(Self::DestinationOut),
0 commit comments