JViews 4.0 Graphics Framework Release Notes
This document describes the main changes that have been made to the JViews Graphics Framework module since
version 3.5.
Bug Fixes
Bug Fixes
- When moving an IlvGraphic above a zoomed IlvIcon some bad redraws may happen.
- Deleting objects in IlvTile may take too much time.
- SVG files with unknown CSS properties cannot be read when full document mode is on.
- In compatibility mode, when calling IlvZoomableLabel.setFillPaint with a non-Color paint, a bad bounding box value may be introduced.
- When generating SVG in COMPACT_VISIBLE mode, some visible
objects may be invisible in the generated SVG file.
- Directly invoking the print or paint method on an IlvManagerView that has double buffering
disabled can throw a NullPointerException.
- HTML thin-client script: Some calls to superConstructor are not done in some JavaScript files.
- Under some circumstances the view of the IlvManagerMagViewInteractor may not be redrawn correctly.
- The zoomable method incorrectly returns true for IlvRectanglularScale and IlvCircularScale.
- NullPointerException is thrown when calling the draw method of IlvZoomableLabel,
IlvGraphicSet, and IlvIcon with a null transformer.
- The IlvGeneralPath.contains method returns a wrong value if the object has a visible stroke with a
line width greater that 0 and a maximum line width limit.
- IlvManagerView.reDrawViews does not clear the invalid regions.
- HTML thin-client script: Problem in IlvView.updateImage when cleaning the offscreen DHTML image.
- In SVGDocumentBuilder the COMPACT_VIEWBOX option can exclude some objects that should be
visible.
- HTML thin-client script: Does not work properly on IE 4.
- Bad documentation for the IlvTransformer.compose method.
- Under certain circumstances, the IlvGeneralPath.draw method may not correctly reset the Graphics
clip at the end of the call.
- An SVG file with a web DTD may not be readable if the computer is not connected to the Internet.
- When the target view is in keeping aspect ratio mode, the IlvManagerMagViewInteractor may not introduce
some transformer shift when adjusting the view to a new rectangle.
- When duplicating an IlvGeneralPath the maximum stroke width parameter may be reset.
- When reading an SVG file with an <a> element that does not explicitly set the xlink:show
attribute, it will not be possible to follow the link.