Skip to content

Commit

Permalink
Remove two unused imports in LinearGradientPaint (awt-util)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Dec 28, 2024
1 parent 0dd7bfd commit 4d2c019
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
import java.awt.geom.Rectangle2D;
import java.awt.image.ColorModel;

import io.sf.carte.echosvg.ext.awt.MultipleGradientPaint.ColorSpaceEnum;
import io.sf.carte.echosvg.ext.awt.MultipleGradientPaint.CycleMethodEnum;

/**
* The <code>LinearGradientPaint</code> class provides a way to fill a
* {@link java.awt.Shape} with a linear color gradient pattern. The user may
Expand Down

0 comments on commit 4d2c019

Please sign in to comment.