Skip to content

Commit f7364b4

Browse files
authored
Export BlendMode (#16)
1 parent eab4caf commit f7364b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ pub mod types {
148148
DeviceNSubtype, OutputIntentSubtype, PaintType, ShadingType, TilingType,
149149
};
150150
pub use content::{
151-
ArtifactAttachment, ArtifactSubtype, ArtifactType, ColorSpaceOperand,
151+
ArtifactAttachment, ArtifactSubtype, ArtifactType, BlendMode, ColorSpaceOperand,
152152
LineCapStyle, LineJoinStyle, MaskType, OverprintMode, ProcSet, RenderingIntent,
153153
TextRenderingMode,
154154
};

0 commit comments

Comments
 (0)