Previous Page | Next Page

SAS System Options

SVGY= System Option



Specifies the y-axis coordinate of one corner of the rectangular region into which an embedded <svg> element is placed; specifies the y 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 SVGY= option sets the y attribute only on the outermost <svg> element.

Syntax
Syntax Description
Details
See Also

Syntax

SVGY= number-of-units<unit-of-measure> | "" | "


Syntax Description

number-of-units

specifies the y-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 y attribute on the <svg> element and the y-axis coordinate for embedded SVG output to 0.

Requirement: Use two double quotation marks or two single quotation marks with no space between them.

Details

If the SVGY= option is not set, the y attribute on the <svg> element effectively has a value of 0 and no y-axis coordinate is set for embedded SVG output.

The value for the SVGY= option can be specified without delimiters, enclosed in single or double quotation marks, or enclosed in parentheses.

The y attribute on the outermost <svg> element has no effect on SVG documents that are produced by SAS. You can use the SVGY= system option to specify the y-axis coordinate if the SVG document is processed outside of SAS.


See Also

System options:

SVGCONTROLBUTTONS

SVGHEIGHT= System Option

SVGPRESERVEASPECTRATIO= System Option

SVGTITLE= System Option

SVGWIDTH= System Option

SVGVIEWBOX= System Option

SVGX= System Option

Creating Scalable Vector Graphics Using Universal Printing in SAS Language Reference: Concepts

Previous Page | Next Page | Top of Page