Hide Comments
Hide Comments

Comments (0)

Defines the SVG marker unit type, which defines the coordinate system for SVG attributes ‘markerWidth’, ‘markerHeight’ and the contents of the ‘marker’.

Namespace: RSSVGTypes

expandingSyntax

Delphi

type 
  TSVGMarkerUnit = (muNone, 
  muStrokeWidth, 
  muUserSpaceOnUse); 
 

expandingMembers

 

Name

Description

public enummember

muNone

Represents constant muNone.

public enummember

muStrokeWidth

‘markerWidth’, ‘markerHeight’ and the contents of the ‘marker’ represent values in a coordinate system which has a single unit equal the size in user units of the current stroke width (see the ‘stroke-width’ property) in place for the graphic object referencing the marker.

public enummember

muUserSpaceOnUse

‘markerWidth’, ‘markerHeight’ and the contents of the ‘marker’ represent values in the current user coordinate system in place for the graphic object referencing the marker (i.e., the user coordinate system for the element referencing the ‘ marker’ element via a ‘marker’, ‘marker-start’, ‘marker-mid’ or ‘marker-end’ property).

Top

expandingSee Also

Reference

Comments (0)

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