Skip to content

Commit

Permalink
Merge pull request #19578 from emilefokkema/bugfix/19574-for-export-p…
Browse files Browse the repository at this point in the history
…roperty

bugfix/19574-for-export-property
  • Loading branch information
TorsteinHonsi committed Aug 18, 2023
2 parents 2053c4e + f5314cb commit a0d3f8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ts/Core/Renderer/SVG/SVGRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,13 @@ class SVGRenderer implements SVGRendererLike {
* @type {Highcharts.SVGElement}
*/
public defs: SVGElement = void 0 as any;

/**
* Whether the rendered content is intended for export.
*
* @name Highcharts.SVGRenderer#forExport
* @type {boolean | undefined}
*/
public forExport?: boolean;
public globalAnimation: (boolean|Partial<AnimationOptions>) = void 0 as any;
public gradients: Record<string, SVGElement> = void 0 as any;
Expand Down

0 comments on commit a0d3f8f

Please sign in to comment.