19c19 < See side-by-side diff here. [New engines will be added to GraphvizFiddle soon]

--- > See side-by-side diff here and diff here. [New engines will be added to GraphvizFiddle soon]

85a86,91 > var hash = window.location.hash.substr(1); > if (hash) { > document.getElementById("input").innerHTML = decodeURIComponent(hash); > document.getElementById("engine").value = "neato"; > window.location.hash = ""; > }