Hide Comments
Hide Comments

Comments (0)

Defines the options of the SVG document

Namespace: FMX.RS.SVGTypes

expandingSyntax

Delphi

type 
  TSVGOption = ( 
  soSkipUnknownXML, 
  soUseLocaleForLanguage, 
  soEnforceUniqueID, 
  soApplyClipping 
  , 
  soApplyFillRule 
  ); 
 

expandingMembers

 

Name

Description

public enummember

soApplyClipping

Apply Clipping Path for drawing Note that this can be expensive (as well as not as graphically correct) in FMX as clipping and fill rules are not supported by graphics library and must use Clipper.pas (requires $DEFINE FMX_CLIPPING)

public enummember

soApplyFillRule

Apply Fill Rule for drawing Note that this can be expensive (as well as not as graphically correct) in FMX as clipping and fill rules are not supported by graphics library and must use Clipper.pas (requires $DEFINE FMX_CLIPPING)

public enummember

soEnforceUniqueID

Enforce Unique IDs for SVG elements or exception raised

public enummember

soSkipUnknownXML

Skip unknown nodes or raise exception while loading XML

public enummember

soUseLocaleForLanguage

Use the system locale language for displaying elements ( applies to Switch SVG element) (Windows Only)

Top

expandingRemarks

alert_cautionImportant Note

Note that the soUseLocaleForLanguage option is only supported on Windows so the TSVGDocument.PreferredLanguage property needs to be set for accurate results on non-Windows platforms

expandingSee Also

Reference

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb