Skip to content

Commit d637b84

Browse files
authored
Merge pull request #707 from ConradRoesch/Fix-member-Feliz.prop.points
Fixed static member inline points (coordinates: string)
2 parents ff2044a + dd68cef commit d637b84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Feliz/Properties.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@ type prop =
14731473
///
14741474
/// Each point is defined by a pair of numbers representing a X and a Y coordinate in
14751475
/// the user coordinate system.
1476-
static member inline points (coordinates: string) = PropHelper.mkAttr "points"
1476+
static member inline points (coordinates: string) = PropHelper.mkAttr "points" coordinates
14771477

14781478
/// Represents the x location in the coordinate system established by attribute primitiveUnits
14791479
/// on the <filter> element of the point at which the light source is pointing.

0 commit comments

Comments
 (0)