Skip to content

Commit

Permalink
feat(kwohlfahrt#13): circleNode -> add
Browse files Browse the repository at this point in the history
  • Loading branch information
srghma committed Jul 31, 2020
1 parent 4a62d74 commit 45b0180
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Halogen/Svg/Elements.purs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ g = element $ ElemName "g"
circle :: forall p i. Leaf I.SVGcircle p i
circle props = element (ElemName "circle") props []

circleNode :: forall p i. Node I.SVGcircle p i
circleNode = element (ElemName "circle")

ellipse :: forall p i. Leaf I.SVGellipse p i
ellipse props = element (ElemName "ellipse") props []

Expand Down

0 comments on commit 45b0180

Please sign in to comment.