From 77ef2ed0b37ba73bae12a602207499931a9edf13 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Fri, 6 Mar 2015 15:11:29 +0100 Subject: Fix filter primitives using 'type' attribute. (Broken when 'type' attribute introduced on meshes.) (bzr r13969) --- src/attributes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/attributes.cpp') diff --git a/src/attributes.cpp b/src/attributes.cpp index 3cf13d3f2..568f0528a 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -291,7 +291,7 @@ static SPStyleProp const props[] = { {SP_ATTR_FY, "fy"}, /* SPMeshPatch */ {SP_ATTR_TENSOR, "tensor"}, - {SP_ATTR_MESH_TYPE, "type"}, + //{SP_ATTR_TYPE, "type"}, /* SPPattern */ {SP_ATTR_PATTERNUNITS, "patternUnits"}, {SP_ATTR_PATTERNCONTENTUNITS, "patternContentUnits"}, -- cgit v1.2.3