Skip to content

Commit

Permalink
Fixed crash in Chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume-Savaton-ESEO committed Mar 12, 2012
1 parent e82d63d commit 04b5991
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion player/js/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var sozi = sozi || {};
svgElement = document.getElementById(element.getAttributeNS(SOZI_NS, "refid"));
if (svgElement) {
if (layer.hide) {
svgElement.style.display = "none";
svgElement.style.visibility = "hidden";
}
layer.geometry = sozi.display.getElementGeometry(svgElement);
layer.geometry.clip = clip;
Expand Down
Loading

0 comments on commit 04b5991

Please sign in to comment.