I am developing a graph that\'s vey similar to following example: http://bl.ocks.org/mbostock/1667367 where it uses clipPath to clip the area so the area graph does not overflow
Finally after isolating the code in another file and simplifing it, I've found what was the responsible of this strange behaviour:
In the I had:
Real time context aware graphics display
Ad when I removed the all worked perfectly. I do not know exactly the reason.