Pārlūkot izejas kodu

Bugzilla #53143: Ensure fonts are not loaded twice (redundantly).

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1330050 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_1rc1old
Glenn Adams pirms 12 gadiem
vecāks
revīzija
6d5a9a834d

+ 0
- 1
src/java/org/apache/fop/fonts/autodetect/FontFileFinder.java Parādīt failu

@@ -168,7 +168,6 @@ public class FontFileFinder extends DirectoryWalker implements FontFinder {
*/
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);

+ 3
- 0
status.xml Parādīt failu

@@ -63,6 +63,9 @@
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>

Notiek ielāde…
Atcelt
Saglabāt