Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.7, 1.8, 1.7.1
-
None
-
None
-
Red hat Enterprise Linux 6.8, oracle java 8v101
Description
Building svg document with roughly below code gives wrong document size on 4K screen. Code and svg is attached as a zip file.
SVG is of size 64x64. But getDocumentSize is returning 68x68.
My primary analysis is as following:
There is comment found in the code ->
// <!> FIXME: hack to compute the original document's size
It seems, getting the original document's size is still to be fixed.
Reference on github :
- Line 166
- Line 167