-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removing batik dependency. * Removing dependency on Batik gradient code.
- Loading branch information
Showing
11 changed files
with
20 additions
and
4,212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,6 @@ | |
import java.awt.geom.GeneralPath; | ||
import java.awt.geom.Rectangle2D; | ||
|
||
//import org.apache.batik.ext.awt.geom.ExtendedGeneralPath; | ||
/** | ||
* @author Mark McKay | ||
* @author <a href="mailto:[email protected]">Mark McKay</a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,11 +36,9 @@ | |
package com.kitfox.svg; | ||
|
||
import com.kitfox.svg.util.FontSystem; | ||
import com.kitfox.svg.util.TextBuilder; | ||
import com.kitfox.svg.xml.StyleAttribute; | ||
import java.awt.Graphics2D; | ||
import java.awt.Shape; | ||
import java.awt.font.FontRenderContext; | ||
import java.awt.geom.AffineTransform; | ||
import java.awt.geom.GeneralPath; | ||
import java.awt.geom.Point2D; | ||
|
@@ -50,7 +48,6 @@ | |
import java.util.regex.Matcher; | ||
import java.util.regex.Pattern; | ||
|
||
//import org.apache.batik.ext.awt.geom.ExtendedGeneralPath; | ||
/** | ||
* @author Mark McKay | ||
* @author <a href="mailto:[email protected]">Mark McKay</a> | ||
|
Oops, something went wrong.