|
@@ -239,6 +239,7 @@ ColorSpaceNode.getEncodingComponents = function ( encoding ) {
|
|
|
ColorSpaceNode.prototype = Object.create( TempNode.prototype );
|
|
|
ColorSpaceNode.prototype.constructor = ColorSpaceNode;
|
|
|
ColorSpaceNode.prototype.nodeType = "ColorSpace";
|
|
|
+ColorSpaceNode.prototype.hashProperties = [ "method" ];
|
|
|
|
|
|
ColorSpaceNode.prototype.generate = function ( builder, output ) {
|
|
|
|