Skip to content

Commit

Permalink
add export SVG options
Browse files Browse the repository at this point in the history
  • Loading branch information
glatuske committed Jul 10, 2024
1 parent c8a23c3 commit 7416e64
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ class RequestExportSvgAction implements RequestAction<ExportSvgAction> {
public static val KIND = 'requestExportSvg'
String kind = KIND

ExportSvgOptions options
String requestId

new() {}
Expand All @@ -510,6 +511,13 @@ class RequestExportSvgAction implements RequestAction<ExportSvgAction> {
}
}

@Accessors
@EqualsHashCode
@ToString(skipNulls = true)
class ExportSvgOptions {
boolean skipCopyStyles
}

/**
* Answer to a <code>RequestExportSvgAction</code>.
*
Expand Down

0 comments on commit 7416e64

Please sign in to comment.