Skip to content

Commit

Permalink
Merge pull request #708 from syjer/692-allow-shape-rendering
Browse files Browse the repository at this point in the history
fixes #692 allow shape-rendering
  • Loading branch information
danfickle authored May 27, 2021
2 parents 4671e58 + a51f2fd commit 1afd265
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ public enum SVGProperty {
STROKE_LINEJOIN,
STROKE_MITERLIMIT,
STROKE_OPACITY,
STROKE_WIDTH;
STROKE_WIDTH,
SHAPE_RENDERING;

private static final Set<String> _set =
Arrays.stream(values())
Expand Down

0 comments on commit 1afd265

Please sign in to comment.