Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions classes/Font_Glyph_Outline.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
* @version $Id: Font_Table_glyf.php 46 2012-04-02 20:22:38Z fabien.menager $
*/

require_once dirname(__FILE__) . "/Font_Glyph_Outline_Simple.php";
require_once dirname(__FILE__) . "/Font_Glyph_Outline_Composite.php";

/**
* `glyf` font table.
*
Expand Down Expand Up @@ -104,4 +101,7 @@ function getSVGContours() {
function getGlyphIDs(){
return array();
}
}
}

require_once dirname(__FILE__) . "/Font_Glyph_Outline_Simple.php";
require_once dirname(__FILE__) . "/Font_Glyph_Outline_Composite.php";