Skip to content

Commit

Permalink
Add fill-antialias to color parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-fallen committed Nov 29, 2024
1 parent 66965cb commit 10b4447
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ public class StyleColorParameters {
private List<List<Object>> fillColor;
@JsonProperty("fill-opacity")
private Double fillOpacity;
@JsonProperty("fill-antialias")
private Boolean fillAntialias;
// sentiments
private String bad;
private String good;
Expand Down

0 comments on commit 10b4447

Please sign in to comment.