Added images and made the visualizator work
[VSoRC/.git] / js / chromefix.js
1 SVGElement.prototype.getTransformToElement = SVGElement.prototype.getTransformToElement || function(toElement) {
2     return toElement.getScreenCTM().inverse().multiply(this.getScreenCTM());
3 };