ID of the SVG element that defines arrowhead or polymarker that shall be drawn at the final vertex of the given path element or basic shape
Namespace: FMX.RS.SVG
Delphi |
published |
Property Value
Type: String
Note that for a ‘path’ element which ends with a closed sub- path, the last vertex is the same as the initial vertex on the given sub-path. In this case, if ‘marker-end’ does not equal none, then it is possible that two markers will be rendered on the given vertex. One way to prevent this is to set ‘marker-end’ to none. (Note that the same comment applies to ‘polygon’ elements.)
|