*/
public List<URL> find(String dir) throws IOException {
List<URL> results = new java.util.ArrayList<URL>();
- super.walk(new File(dir), results);
File directory = new File(dir);
if (!directory.isDirectory()) {
eventListener.fontDirectoryNotFound(this, dir);
documents. Example: the fix of marks layering will be such a case when it's done.
-->
<release version="FOP Trunk" date="TBD">
+ <action context="Fonts" dev="GA" type="fix" fixes-bug="53143">
+ Ensure fonts are not loaded twice (redundantly).
+ </action>
<action context="Test" dev="GA" type="update" fixes-bug="50196" due-to="Matthias Reischenbacher">
Add test for basic-link with padding.
</action>