SVGX= System Option

Specifies the x-axis coordinate of one corner of the rectangular region into which an embedded <svg> element is placed; specifies the x attribute in the outermost <svg> element in an SVG file.
Valid in: Configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Log and procedure output control: SVG
PROC OPTIONS GROUP= SVG
Restriction: The SVGX= option sets the x attribute only on the outermost <svg> element.
Note: This option can be restricted by a site administrator. For more information, see Restricted Options.

Syntax

Syntax Description

number-of-units
specifies the x-axis coordinate as a number of unit-of-measure.
unit-of-measure
specifies the unit of measurement, which can be one of the following:
% percentage
cm centimeters
em the height of the element's font
ex the height of the letter x
in inches
mm millimeters
pc picas
pt points
px pixels
Default:px
"" | ''
specifies to reset the x attribute to 0 on the <svg> element and the x-axis coordinate for embedded SVG to 0.
Requirement:Use two double quotation marks or two single quotation marks with no space between them.

Details

If the SVGX= option is not set, the x attribute on the <svg> element effectively has a value of 0 and no x-axis coordinate is set for embedded SVG output.
The value for the SVGX= option can be specified without delimiters, enclosed in single or double quotation marks, or enclosed in parentheses.
The x attribute on the outermost <svg> element has no effect on SVG documents that are produced by SAS. You can use the SVGX= system option to specify the x-axis coordinate if the SVG document is processed outside of SAS.