Fixed the jumping Graph issue#7 which occured after clicking on download PDF.
Fixed the jumping Graph issue#7 which occurred after clicking on download PDF. In order to achieve this, I created a clone object of the SVG element and did the necessary changes(Changes for fitting the SVG into the PDF) on this cloned element. So that the original SVG element which is shown in webApp will not be changed.