Skip to content

Commit 1afd265

Browse files
authored
Merge pull request #708 from syjer/692-allow-shape-rendering
fixes #692 allow shape-rendering
2 parents 4671e58 + a51f2fd commit 1afd265

File tree

1 file changed

+2
-1
lines changed
  • openhtmltopdf-core/src/main/java/com/openhtmltopdf/css/constants

1 file changed

+2
-1
lines changed

openhtmltopdf-core/src/main/java/com/openhtmltopdf/css/constants/SVGProperty.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ public enum SVGProperty {
3535
STROKE_LINEJOIN,
3636
STROKE_MITERLIMIT,
3737
STROKE_OPACITY,
38-
STROKE_WIDTH;
38+
STROKE_WIDTH,
39+
SHAPE_RENDERING;
3940

4041
private static final Set<String> _set =
4142
Arrays.stream(values())

0 commit comments

Comments
 (0)