html - Increasing or decreasing height for an SVG element in IE 10 always keeps a constant space in the document -
i using html5 svg graphics draw lines. when increase or decrease height of svg element, changes height of svg element keeps constant space between svg element , document end. happens ie browser. i'm using ie10.
the svg element placed inside div element. height set svg element, height , width properties not defined div element.
at first, thought using clipping reason , tried after removing clippings , still there constant space between svg element , end of document in ie 10.
i attached images showing difference between ie10 , chorme below:
chrome:
ie10:
is there way avoid additional space in document?
Comments
Post a Comment