timjs / elm-collage

Create interactive vector graphics and position them relative to each other
BSD 3-Clause "New" or "Revised" License
58 stars 19 forks source link

update LineStyle field names in doc #41

Closed indique closed 3 years ago

indique commented 3 years ago

The LineStyle documentation was still referring to the old record field names. The names are now updated:

color --now fill
dashing --now dashPattern
dashOffset --now dashPhase
timjs commented 3 years ago

Thanks for spotting this @indique!