4D v16

SVG_Get_options

Home

 
4D v16
SVG_Get_options

SVG_Get_options 


 

SVG_Get_options -> Funktionsergebnis 
Parameter Typ   Beschreibung
Funktionsergebnis  Lange Ganzzahl in Options

The SVG_Get_options command returns a longint representing a 32-bit array where each bit can represent an option of the component. You can use the operators on the 4D bits to check the state of an option (??), and to enable (?+) or disable (?-) one of them.

The following options are currently available:

BitOptionDefault
1Assign an ID automatically when creating an element0 (disabled)
2Automatically close any objects thatcan be0 (disabled)
3Create objects with a background1 (enabled)
4Absolute coordinates for paths1 (enabled)
5Create more readable code0 (disabled)
6Beep when an error occurs1 (enabled)
7Do not display 4D errors0 (disabled)
8Transparent pictures1 (enabled)
9Use trigonometic origin0 (disabled)
10Automatic Arial Substitution1 (enabled)
11Set shape-rendering='crispEdges' as default for a new canvas0 (disabled)
12Check parameters1 (enabled)
13Keep extra spaces0 (disabled)
14Centered rotation0 (disabled)

  • Assign an ID automatically when creating an element
    If this option is enabled, when the component creates a new element, it systematically adds and fills in an 'id' attribute for the object created, if this is not already specified.
  • Create objects with a background
    If this option is enabled, closed objects will be created with a background color; otherwise, the background will be transparent.
  • Create more readable code
    This option can be used to create indented and well-spaced code which is nevertheless unwieldy; its activation is particularly useful during the debugging phase.
  • Beep when an error occurs
    When an error occurs and no host database error-handling method has been installed with the SVG_Set_error_handler command, a beep is emitted if this option is enabled.
  • Do not display 4D errors
    This option which is enabled by default blocks the display of 4D errors by installing an error-handling method peculiar to the component. You may prefer not to use this internal management and to let 4D display these messages. This can be useful during debugging for example.
  • Transparent pictures
    By default, SVG pictures created with the SVG_New command are transparent. By disabling this option, the pictures will be on a white background.
  • Use trigonometric origin
    By default, SVG places the origin at the top of the scale of degrees (midnight). This option lets you pass coordinates according to the usual trigonometric reference points (3h or 15mn). Conversion is performed on the fly.
  • Automatic Arial Substitution
    By default, 4D SVG replaces 'Arial' font with 'Arial Unicode MS', 'Arial' to improve compatibility with non-Roman characters (e.g. Japanese). In certain cases, you may want to disable this functioning. This option means you do not have to replace Arial fonts.
  • Set shape-rendering='crispEdges' as default for a new canvas
    The crispEdges attribute (see SVG_SET_SHAPE_RENDERING) can be forced by default using this option.
  • Checks parameters
    By default, 4D SVG checks the validity of parameters passed to commands. Once the development step is finished, you may want to disable this option to speed up code execution.
  • Keep extra spaces (New in v14)
    Allows multiple adjacent spaces to be displayed in text objects.
  • Centered rotation (New in v14)
    If this option is enabled, the SVG_SET_TRANSFORM_ROTATE command attempts to perform a centered rotation when the 3rd and 4th parameter are not passed. The center of rotation is calculated based on the x, y, width and height attributes of the object. If the object referenced does not have these attributes, the rotation is performed around the point (0,0).

See the SVG_SET_OPTIONS command.



Siehe auch 

SVG_SET_OPTIONS

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Utilities
Nummer: 65914

 
GESCHICHTE 

Erstellt: Composant 4D SVG v11.3
Geändert: 4D v13
Geändert: 4D v14

 
ARTIKELVERWENDUNG

4D SVG ( 4D v16)