elm-community / typed-svg

Typed SVG library written for Elm
BSD 3-Clause "New" or "Revised" License
59 stars 16 forks source link

missing id attribute? #36

Closed Anton-4 closed 4 years ago

Anton-4 commented 4 years ago

Attributes.elm does not contain the id : String -> Attribute msg, which is present in elm-svg. Should I add it in a pull request or is there a specific reason why it is not included?

rupertlssmith commented 4 years ago

No specific reason its not there, must just have been overlooked. If you submit a PR I'll get it merged in. Thanks.