From 8b31d0e28a6cf0f916f5267c54fed76c712c48a3 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Fri, 1 Aug 2014 10:13:43 +0200 Subject: Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec. (bzr r13341.1.113) --- src/attributes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/attributes.h') diff --git a/src/attributes.h b/src/attributes.h index 47199ac51..7f18cb5ea 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -449,7 +449,7 @@ enum SPAttributeEnum { SP_PROP_DISPLAY, SP_PROP_OVERFLOW, SP_PROP_VISIBILITY, - SP_PROP_BLEND_MODE, + SP_PROP_MIX_BLEND_MODE, SP_PROP_ISOLATION, /* SVG */ -- cgit v1.2.3