diff --git a/src/Renderer.js b/src/Renderer.js index d516229..d1c650e 100644 --- a/src/Renderer.js +++ b/src/Renderer.js @@ -13,7 +13,7 @@ _html2canvas.Renderer = function(parseQueue, options){ isPositioned = node.zIndex.isPositioned, isFloated = node.zIndex.isFloated, stub = {node: node}, - childrenDest; // where children without z-index should be pushed into + childrenDest = specialParent; // where children without z-index should be pushed into if (!context[zi]) { context[zi] = []; } if (node.zIndex.ownStacking) {